How do I use software from a PPA?

Source: Internet
Author: User
ArticleDirectory
    • How do I use software from a PPA?
How do I use software from a PPA?

To start installing and using software from a personal package archive, you first need to tell Ubuntu where to find the PPA.

Important:The contents of personal package archives are not checked or monitored. You install software from them at your own risk.

Adding the PPA to Ubuntu 9.10 (karmic) and later

If you're using the most recent version of ubuntu (or any version from Ubuntu 9.10 onwards), you can add a PPA to your system with a single line in your terminal.

Step 1:On the PPA's overview page, look for the heading that readsAdding this PPA to your system. Make a note of the PPA's location, which looks like:

PPA: gwibber-daily/PPA

Step 2:Open a terminal and enter:

Sudo add-Apt-repository PPA: User/PPA-name

ReplacePPA: User/PPA-nameWith the PPA's location that you noted above.

Your system will now fetch the PPA's key. This enables your Ubuntu system to verify that the packages in the PPA have not been interfered with since they were built.

Step 3:Now, as a one-off, you shoshould tell your system to pull down the latest list of software from each archive it knows about, including the PPA you just added:

Sudo apt-Get update

Now you're ready to start installing software from the PPA!

On older (pre 9.10) Ubuntu Systems

Step 1:Visit the PPA's overview page in launchpad. Look for the heading that reads adding this PPA to your system and clickTechnical details about this PPALink.

Step 2:UseDisplay sources. ListEntries drop-down box to select the version of ubuntu you're using.

Step 3:You'll see that the text-box directly below reads something like this:

Deb http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu jaunty main
The Deb-Src http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu jaunty main

Copy those lines.

Step 4:Open a terminal and type:

Sudo gedit/etc/APT/sources. List

This will open a text editor containing the list of archives that your system is currently using. scroll to the bottom of the file and paste the lines you copied in the step above.

Save the file and exit the text editor.

Step 5:Back on the PPA's overview page, look forSigning KeyHeading. You'll see something like:

1024r/72d340a3 (what is this ?)

Copy the portion after the slash but not including the help link; e.g. Just72d340a3.

Step 6:Now you need to add that key to your system so Ubuntu can verify the packages from the PPA. In your terminal, enter:

Sudo apt-key adv -- keyserver keyserver.ubuntu.com -- Recv-keys 72d340a3

Replace72d340a3With whatever you copied in the Step 5.

This will now pull down the PPA's key and add it to your system.

Step 7:Now, as a one-off, you shoshould tell your system to pull down the latest list of software from each archive it knows about, including the PPA you just added:

Sudo apt-Get update

Now you're ready to start installing software from the PPA!

Read more about personal package archives in our help wiki.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.