Friday, November 15, 2013

Adding extra Repositories on Ubuntu

sudo vim  /etc/apt/sources.list

add your repo to new line

Example of repo:

deb http://ppa.launchpad.net/whatsapp-purple/ppa/ubuntu quantal main
deb-src http://ppa.launchpad.net/whatsapp-purple/ppa/ubuntu quantal main


Once you are done adding the repositories, you’ll need to run this command:

sudo apt-get update

0 comments:

Post a Comment