How to Remove or Delete PPA in Ubuntu Linux

Learn to delete PPA and the software installed by it and get rid of unnecessary PPA added to your Ubuntu Linux.
Warp Terminal

In the effort to install various applications in Ubuntu or other Linux distribution, you often end up adding several PPA.

Over the time these PPAs might not be updated with the latest version of the operating system. This might create trouble when you try updating Ubuntu. You may end up with โ€œRepository does not have a release fileโ€ error.

You may have other reasons as well for deleting or removing a PPA from your system. Whatever be your reason, let me show you how to remove a PPA from your system.

๐Ÿšง
Note: You should uninstall the application in Ubuntu which was installed by the PPA before removing the PPA itself. You can use the โ€˜apt removeโ€™ command for that.

Removing a PPA in Ubuntu Linux

There are several ways to remove a PPA in Ubuntu.

You can do it from the Software & Updates application, by removing the source files from the directory or by using the add-apt-repository command. Iโ€™ll show all these methods one by one.

Method 1. Remove a PPA from Software Sources via GUI

This method is suitable if you prefer to use GUI over command line. To me, command line is easier but I can understand that not everyone likes it.

Press the Super key (Windows key) and search for Software & Updates tool.

Software & Updates Settings Ubuntu in 20.04
Software & Updates Tool

In the Software & Updates tool, go to Other Software tab and choose the desire PPA from the list. Afterwards click on Remove to delete the PPA:

Removing PPA from Ubuntu

That was easy, right? Let me show an even easier method with the command line.

Method 2. Remove a PPA using APT in the terminal

Itโ€™s most likely that you added the PPA using add-apt-repository command. You can use the same command to remove the PPA as well. Just give it --remove option in the command.

You need to know the exact PPA name here, of course. You can use the command in the following manner.

sudo add-apt-repository --remove ppa:PPA_Name/ppa

In the above command replace PPA_Name with the correct PPA name.

Method 3. Remove a PPA from the source list in the terminal

Not my preferred method at all. I donโ€™t recommend it as well but it gets the job done.

You can remove the PPA from the sources list where these PPAs are stored. PPA repositories are store in the form of PPA_Name.list.

Use the following command to see all the PPAs added in your system:

ls /etc/apt/sources.list.d

Look for your desire PPA here and then remove the .list file associated with the PPA using the following command:

sudo rm -i /etc/apt/sources.list.d/PPA_Name.list

The -i option with rm command asks before removing a file. Consider this a safety check.

Method 4. Remove a PPA by using ppa-purge in the terminal

You might have noticed that in all the above three methods we only talked about deleting or removing a PPA. What about the applications installed using these PPAs? Will they be removed as a result of removing the PPA? The answer is NO.

So this is when PPA Purge comes in picture. It not only disables the PPA but also uninstalls all the programs installed by the PPA or revert them to original version provided by your distribution.

Install ppa-purge by using the following command:

sudo apt-get install ppa-purge

Now use it in following manner to purge the PPA:

sudo ppa-purge ppa-url

The URL of the PPA can be found in the Software Sources list.

There is more to PPA...

You may find the concept of PPA overwhelming, especially because it is an Ubuntu specific tool and there is no proper documentation available around it.

For this reason, I have written this detailed guide that tells you all the essentials about PPA you should know as an end user.

Using PPA in Ubuntu Linux [Complete Guide]
Brief: An in-depth article that covers almost all the questions around using PPA in Ubuntu and other Linux distributions. If you have been using Ubuntu or some other Linux distribution based on Ubuntu such as Linux Mint, Linux Lite, Zorin OS etc, you may have come across three magical lines

I hope youโ€™ll find at least one good method to delete or remove a PPA and uninstall the corresponding applications. Cheers :)

About the author
Abhishek Prakash

Abhishek Prakash

Created It's FOSS 11 years ago to share my Linux adventures. Have a Master's degree in Engineering and years of IT industry experience. Huge fan of Agatha Christie detective mysteries ๐Ÿ•ต๏ธโ€โ™‚๏ธ

Become a Better Linux User

With the FOSS Weekly Newsletter, you learn useful Linux tips, discover applications, explore new distros and stay updated with the latest from Linux world

It's FOSS

Great! Youโ€™ve successfully signed up.

Welcome back! You've successfully signed in.

You've successfully subscribed to It's FOSS.

Success! Check your email for magic link to sign-in.

Success! Your billing info has been updated.

Your billing was not updated.