How to: Add launchpad PPA repository to Ubuntu

uploaded_6aeffbe58ffc69b662d6e5a495cf75a871882398

By using a command line terminal:

# this will install add-apt-repository
sudo apt-get install -y software-properties-common

# syntax
sudo add-apt-repository ppa:[USERNAME]/[REPOSITORY NAME]

# example:
sudo add-apt-repository ppa:ubuntu-wine/ppa

reference:
http://www.ubuntu.com/
wiki ppa

Leave a Reply

Your email address will not be published. Required fields are marked *