In the next article we are going to take a look at Y PPA Manager. Before viewing the application, it is important to clarify that a PPA o personal package file is a software packaging and distribution system. This allows us to create or distribute software and updates directly to other users, through the Launchpad. One of the best alternatives to GitHub.
PPAs allow Ubuntu users to install software that is not present in the official repositories. Typically these can be added from the terminal along with their associated repository signing key. Nevertheless, easily and graphically manage PPAs We can also do it through Y PPA Manager.
And PPA Manager is a free tool PPA management open source. It is simple, it will provide us with all the necessary functions and it is very easy to use. It is used to add, remove or purge PPAs and do much more through a very simple graphical user interface.
Table of Contents
General characteristics of Y PPA Manager
When we open the PPA manager, we will see a window like the following:
From it, in addition to performing the basic operations of the PPAs, Y PPA Manager can be used to:
- Update PPA individually. We won't need to run a full 'apt-get update'.
- Make list of PPA enabled packages on your team.
- Import the lost GPG keys.
- make a PPA backup and restore (automatically import missing GPG keys).
- Return to enable operational PPAs after upgrade from Ubuntu. When we upgrade to a newer version of Ubuntu, PPAs will be disabled. By using this feature, the PPAs that work with the new Ubuntu version we are upgrading to are re-enabled, leaving the others disabled.
- Find packages in Launchpad PPAs. We will have a search that is faster, but it will not show the exact matches of the package and it comes with less details. The other option is a deeper search. This will show us the exact matches of the package. In the search, we can also see if a PPA has already been added to the system or not, and if a package is already installed. In case it is already installed, the version will be displayed.
- Allows edit the PPA source file.
- Helps to repair GPG BADSIG errors.
- You are going to make available to us the possibility of duplicate PPA scanning and removal.
- It also supports desktop integration. Notifications, indicators and much more.
To perform any of the possible actions, it will be necessary to authenticate to obtain root privileges.
Install Y PPA Manager in Ubuntu and its derivatives
Next we will see how to install and use Y PPA Manager to manage PPAs in Ubuntu and its derivatives, such as Linux Mint, Lubuntu, Elementary OS, etc. I am going to test this tool on Ubuntu 18.04 LTS.
The Y PPA Manager tool can be easily installed using the PPA from the 'WebUpd8' team. To continue with the installation, we open a terminal (Ctrl + Alt + T) and write the following commands in it:
sudo add-apt-repository ppa:webupd8team/y-ppa-manager sudo apt update && sudo apt install y-ppa-manager
After successfully installing the application, we can search for it on our computer or execute the following command from the terminal (Ctrl + Alt + T):
y-ppa-manager
From the Y-PPA-Manager interface, anyone will be able to add and manage all their PPAs very easily and from one place.
Uninstall Y PPA Manager
To begin with, we can easily remove the PPA from our list. We open a terminal (Ctrl + Alt + T) and write in it:
sudo add-apt-repository -r ppa:webupd8team/y-ppa-manager
To get rid of the program, in the same terminal we proceed to write:
sudo apt purge y-ppa-manager
As I think it has been seen in the article, anyone can easily add a PPA or manage PPAs from your system. Plus you'll be able to search all Launchpad PPAs and more. If anyone needs more information about the application, they can refer to the project page.
A comment, leave yours
it does not let me