0

I cannot install No-IP Dynamic Update Client (No-IP DUC) as it says command make not found. I have not tried anything as I could not find anything online.

karel
  • 110,292
  • 102
  • 269
  • 299
  • 1
    What version of Ubuntu are you using? Secondly, `make` comes with the `build-essential` package. `sudo apt install build-essential` – Terrance Sep 22 '20 at 16:09

1 Answers1

0

Open the terminal and type:

sudo apt update
sudo apt install make

If that doesn't work see How do I restore the default repositories?.

karel
  • 110,292
  • 102
  • 269
  • 299