Home Learn Linux What is PPA in Ubuntu, and how to Add/Remove it

What is PPA in Ubuntu, and how to Add/Remove it

by Kiran Kumar
Published: Last Updated on
Ubuntu PPA

When you start using Ubuntu and its derivatives, including elementary OS, Linux Mint, etc., you should have come across the abbreviation “PPA.” It is used in the context of adding and removing applications.

What’s a PPA?

PPA is the short-form for “Personal Page Archive.” It is a webpage that has a collection of instructions for installing an application that is typically not included in the Ubuntu Software Center. Anyone can make PPA sources. The app is stored in a storage called “repository.” When you add a PPA repository to your computer, it means you have added a link to the download server from which your PC will procure the app and future updates.

Therefore, you will see PPAs hosted by individual developers as well as some organizations. This comes with its own risk. Not all PPAs are trustworthy. Just like not all Microsoft Windows programs are genuine, there may be some PPAs that can cause harm to your computer. Thankfully, these as well are not malware but just outdated or badly written apps.

The best way to stay away from them is to avoid installing them. Before adding a PPA, take few seconds to read through the PPA page and check the last update and activity on that page. An active developer will update the package periodically with security and bug fixes. Also, make sure that the package works for your Ubuntu version. To check that, you need to expand the “Technical details about this PPA” and then look for the Ubuntu version in the drop-down list.

Examples of PPA

For example, in the Cryptomator, you can see the compatibility from Bionic to Vivid.

Checking PPA compatibility

Checking PPA compatibility

Adding a PPA in Ubuntu and its derivatives

To add a PPA, launch the Terminal and use the commands as follows:

sudo add-apt-repository [source]

Where “source” is listed on the PPA page. Once the repo is added to your computer, you need to update the repo list.

sudo apt update

Finally, install the package.

sudo apt install [packagename]

Removing PPA

To remove PPA, use the remove command:

sudo apt-add-repository --remove [package location]

If you prefer a GUI way, you can do that too. Launch “Software & Updates” and go to the “Other Software” tab. You should see all the PPAs that are installed on your computer. Select the PPA source and click remove.

Software and Updates - Remove PPA

Software and Updates – Remove PPA

You may also like

5 comments

Alexander November 7, 2018 - 11:33 AM

Hi Kiran. Great job! Keep on working on FOSSLinux. It helps a lot.

Reply
Puffy March 14, 2019 - 1:15 AM

Thanks for the articles

Reply
Isaac March 14, 2020 - 8:03 AM

Thank you very much!

Reply
Lenny August 3, 2020 - 7:04 PM

Hello Kiran, I love reading on FOSS LINUX, i am a newbie but getting to learn about how to use gui and terminal commands. My distro using is xubuntu 20.04lts with xfce ……….KEEP UP THE GOOD WORK.

Reply
Nate21 February 3, 2021 - 12:50 PM

Thank you a lot ,Kiran!

Reply

Leave a Reply to Lenny Cancel Reply

fl_logo_v3_footer

ENHANCE YOUR LINUX EXPERIENCE.



FOSS Linux is a leading resource for Linux enthusiasts and professionals alike. With a focus on providing the best Linux tutorials, open-source apps, news, and reviews written by team of expert authors. FOSS Linux is the go-to source for all things Linux.

Whether you’re a beginner or an experienced user, FOSS Linux has something for everyone.

Follow Us

Subscribe

©2016-2023 FOSS LINUX

A PART OF VIBRANT LEAF MEDIA COMPANY.

ALL RIGHTS RESERVED.

“Linux” is the registered trademark by Linus Torvalds in the U.S. and other countries.