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.
Asked
Active
Viewed 119 times
0
karel
- 110,292
- 102
- 269
- 299
-
1What 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 Answers
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
-
You'll still need `build-essential` for things like the C compiler, etc too. – Thomas Ward Sep 22 '20 at 16:23