• Archives

  • Post Catagories

  • .::Admin Tools::.

  • I review for the O'Reilly Blogger Review Program

add-apt-repository: command not found

To start installing and using software from a Personal Package Archive (PPA) the easy way….. you will need to get add-apt-repository first

#sudo apt-get install python-software-properties

once installed we can add a ppa with, for example:

#sudo apt-add-repository ppa:ubuntu-clamav/ppa
#sudo apt-get update
Neat 🙂

Leave a comment