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 177 times
0

karel
- 114,770
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
- 114,770
-
You'll still need
build-essential
for things like the C compiler, etc too. – Thomas Ward Sep 22 '20 at 16:23
make
comes with thebuild-essential
package.sudo apt install build-essential
– Terrance Sep 22 '20 at 16:09