CrazyEngineers
  • Abhishek
    Abhishek

    MemberDec 25, 2012

    Adding PPAs in Ubuntu

    PPA known as Personal Package Archive, we're not going into technical detail. But let say - You are using Ubuntu 12.04 which is LTS (Long-Term-Support) of 5 years, which infact is most stable-latest Ubuntu version right now & updating from 12.04 LTS to 12.10 (not as stable as 12.04 LTS) is kinda mind-stressing for you & you are disappointed that if you won't update the OS you won't be able to use updated "Applications" that new Ubuntu version uses, then this Linux tip will help you get the latest updated software without updating your distro.

    • Open Ubuntu software center, Under option "Edit" --> click on "Software Sources"
    1

    • Now, New dialogue box will open click on second tab named "Other Software", below it there is an option "Add" click on it :
    2

    • "Software-properties-gtk" will open, now you need ppa address for the software that you wanna update.
    In Ubuntu 12.04 LTS Gimp 2.6 comes in Precise repository, but Gimp 2.8 is out & you wanna use it, so we will be adding APT line for gimp -
    From where to get APT line of repository ? Link is given in the end of tutorial.

    3

    • Click on "Add Source" & wait for some seconds.You will see newly added source in software sources.
    4

    Side Note (Not part of installation) : I had already added Gimp PPA before creating & screenshotting this tutorial, so you might notice Gimp PPA & Y manager PPA in second image.Apologies for that. You won't notice any other PPA except "Independent" & "Canonical" before adding external PPAs.

    Once completing these 4 steps -
    Open the "Terminal" & type :

    sudo apt-get update
    This will update the repository. Once doing this, type :

    sudo apt-get install gimp
    Important note : As we're taking Gimp application in consideration, we're using "sudo apt-get install gimp". If you add source PPA of any other software then use it's code in terminal.

    Pattern :
    sudo apt-get install name_of_software
    IMPORTANT : PPA APT line address can be easily obtained from Personal Package Archives : Ubuntu

    Good luck 👍
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Abhishek Rawal

    MemberJun 3, 2013

    Update :
    You can add PPA using Terminal also.
    For Tutorial to install 3rd party PPA using Terminal : <a href="https://www.crazyengineers.com/threads/adding-ppas-in-ubuntu-using-terminal.68316">Adding PPAs In Ubuntu (Using Terminal)</a>.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register