How to Remove PPA Repositories from Linux Int 21
There are several ways to remove Personal Package Archives (PPAs) from Linux Mint, each with its own set of steps and considerations. Here are some easy ways to remove PPAs from Linux Mint:
1: Through Terminal Commands
Using the terminal of Linux Mint there are three ways by which one can remove the PPAs and those are
Through apt Command
One way to remove the PPAs from Linux Mint using its terminal is by executing the purge command with the name of the repository, below is the syntax that one needs to follow:
For illustration I have used the above -mentioned syntax to remove the PPA repository of papirus theme from Linux Mint:
Through rm command
Another way to remove PPA repositories from Linux Mint through the terminal is by removing from sources list, for that use the following syntax:
For illustration I have used the above-mentioned syntax to remove the PPA repository of libreoffice from Linux Mint 21:
2: Through Linux Mint GUI
One of the easiest ways to remove repository on Linux Mint is by removing it using the Software Sources application and for that here are some steps that one needs to follow:
Step 1: Open the Software Sources application through the Linux Mint application menu as in the image:
Step 2: Next click on the PPAs option on the left and then select the repository you want to remove and then click on Remove button to delete that repository:
Conclusion
PPAs are used to provide access to software that may not be available in the official repositories or that is still in development and not yet ready for inclusion in the official repositories. This guide discusses two ways to remove repositories from Linux Mint that are through its GUI and through its terminal.