know-how.dev

How to solve "add-apt-repository: command not found" issue on ubuntu

3 years ago 574

Error message like "add-apt-repository: command not found" appears on ubuntu when software-properties-common package is missing. To install it use the next command:

sudo apt install software-properties-common