If I try something like:
sudo add-apt-repository ppa:graphics-drivers/ppa
it raises an error: Command not found.
So I installed the repository with:
apt-get install software-properties-common
and it installed, however it still gives me
apt-add-repository: Command not found
also it does not help to install python, tried that as well.
echo $PATHshow?apt-add-repositoryshould be in the/usr/binfolder. – Terrance Jun 07 '18 at 20:12ls -al /usr/bin/apt-add-repositoryAnd that one should be a link that points toadd-apt-repositorythat should be in the same folder. – Terrance Jun 07 '18 at 20:21ls -al /usr/bin/add-apt-repositorythen show an existing file? – Terrance Jun 07 '18 at 20:27add-apt-repositoryis there. – Terrance Jun 07 '18 at 20:35sudo apt install --reinstall software-properties-common– Terrance Jun 07 '18 at 20:38