

How to fix apt-add repository error in Zorin OS-16 Sudo add-apt-repository: command not foundĬan you please help me about this?. etc/os-release echo “$UBUNTU_CODENAME”) stable” Then I am trying to run “sudo add-apt-repository “deb $(.

Software-properties-common is already the newest version (2.0.7).Ġ upgraded, 0 newly installed, 0 to remove and 399 not upgraded.
LIVESCRIBE DESKTOP 2.8.3 DOWNLOAD INSTALL
Additional suggestions, questions or a quick word of thanks are always welcome.Īfter I run this script “sudo apt-get install software-properties-common”. If you’re still facing issues with PPAs, let me know in the comments section. I hope this quick tip helped you fix the “add-apt-repository: command not found” error on Ubuntu and other Debian-based Linux distributions. Note: If you see an error saying software-properties-common command not found, you should run sudo apt-get update and then try to install it again. You can now comfortably use add-apt-repository or apt-add-repository commands to add PPAs. Once you’ve installed software-properties-common, you should update the system using this command: sudo apt-get update Processing triggers for dbus (1.12.2-1ubuntu1). Processing triggers for man-db (2.8.3-2). 265950 files and directories currently installed.) Selecting previously unselected package software-properties-common. Get:1 bionic-updates/main amd64 software-properties-common all 0.96.24.32.5 The following NEW packages will be installed:Ġ upgraded, 1 newly installed, 0 to remove and 0 not upgraded.Īfter this operation, 197 kB of additional disk space will be used. The command’s output will be something like this: Reading package lists. So open a terminal and use this command: sudo apt-get install software-properties-common It’s because the add-apt-repository command is part of package software-properties-common and you need to install this package in order to install add-apt-repository. The package add-apt-repository is not installed on your system.īut if you try to use sudo apt-get install add-apt-repository, it won’t work. Fix add-apt-repository: command not found error
