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
  • 122,292
  • 133
  • 301
  • 332

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
  • 122,292
  • 133
  • 301
  • 332