> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Easily Manage PPAs in Ubuntu With Y PPA Manager
- URL: https://itsfoss.com/y-ppa-manager/
- Published: 2013-11-01T19:14:10.000Z
- Updated: 2023-03-21T04:39:46.000Z
- Description: Y PPA Manager is a graphical tool that lets you easily manage PPA from the comfort of GUI.
- Author: Abhishek Prakash
- Tags: Applications

The easiest way to [install applications in Ubuntu](https://itsfoss.com/remove-install-software-ubuntu/) and Ubuntu based distributions is the Software Center. But you might have experienced there are a number of [Ubuntu applications](https://itsfoss.com/best-ubuntu-apps/) not available in the Software Center.

So you resort to googling and come across the alternate method of installing apps via [PPA](https://itsfoss.com/ppa-guide/). You might have even installed a handful of them.

The problem with PPAs are that they are entirely command line based. Managing them in the command line is not what everyone prefers. Once you’ve installed a significant number of PPAs it gets cumbersome to manage them and deal with PPA related issues through the terminal.

Here is a more friendly way to manage PPAs, the GUI way.

## Y PPA Manager

Keeping these things in mind Andrew from [Webupd8](http://webupd8.org/?ref=itsfoss.com) has developed **Y PPA Manager**, a GUI tool to manage PPAs in the best possible way. It’s a complete tool that does all the things you will be doing with PPAs in the command line. Moreover, it also fixes an issue or two automatically.

Here are some of the main features of Y PPA Manager:

- See all the PPA added to your system. Remove and purge apps from here.
- Install PPAs without needing to update all the software sources (suited for people with a slow network connection)
- Search for available PPAs in [Launchpad](https://launchpad.net/?ref=itsfoss.com)
- Remove duplicate PPAs
- [Fix BADSIG error](https://itsfoss.com/solve-badsig-error-quick-tip/) and other such common issues
- Backup and Restore your PPAs

Let's see how to install Y PPA Manager in Ubuntu and other distributions like Linux Mint.

🚧

Y PPA Manager has not seen active development in the past several years. While it may still work in older Ubuntu versions, you'll have difficult time with this application.

## Install Y PPA Manager in Ubuntu 20.04

Okay! so you have to use terminal once again to install Y PPA Manager via its PPA. Sort of ironic but you’ll be able to manage the PPAs graphically once you install it.

Open a terminal (Ctrl+Alt+T) using the following commands:

```
sudo add-apt-repository ppa:webupd8team/y-ppa-manager
sudo apt update 
sudo apt install y-ppa-manager
```

Once installed, go to the menu and look for PPA. Click on it to launch it.

![Install Y PPA Manager in Ubuntu 13.10](https://itsfoss.com/content/images/wordpress/2013/11/Y_PPA_Manager_Ubuntu.jpeg)

This is what the interface looks like.

![YPPA user interface](https://itsfoss.com/content/images/wordpress/2019/03/Y-PPA-Interface.png)

Y PPA Manager Interface

Let’s see how to manage your PPAs with Y PPA Manager.

### Add a PPA

To add a PPA, click on ‘Add a PPA’ button and type in the name of the PPA and click OK. You can get the PPA name by googling or from [launchpad](https://launchpad.net/ubuntu/+ppas?ref=itsfoss.com).

![YPPA add repository](https://itsfoss.com/content/images/wordpress/2019/03/add-PPA.png)

Adding a PPA

### Search for a PPA

There is also the functionality to search for PPAs, but many a times the basic search results in too many results and its not easy to find the right one unless you know the exact name of the PPA.

![YPPA search](https://itsfoss.com/content/images/wordpress/2019/03/search-YPPA.png)

Searching for a PPA

![YPPA search results](https://itsfoss.com/content/images/wordpress/2019/03/search-results-YPPA.png)

Result for PPA search

### Manage Your PPAs

When you click on the ‘Manage PPAs’ button (from the main interface) it lists all your installed PPAs and allows you to remove, purge and take other actions on your PPA’s.

**Remove** action removes the PPA and **purge** uninstalls the applications installed by that PPA in addition to removing the PPA.

![manage-PPA-YPPA](https://itsfoss.com/content/images/wordpress/2019/03/manage-PPA.png)

Managing installed PPAs

The **Advanced** tab also allows you to fix BADSIG issues, find missing GPG keys, backup and restore your PPAs.

![advanced-YPPA](https://itsfoss.com/content/images/wordpress/2019/03/advanced-YPPA.png)

Fixing common issues with PPAs

## Remove Y PPA Manager

Don't like it? Facing bugs or the PPA is not available for your Ubuntu version? You can easily remove it.

First, remove the installed application.

```
sudo apt remove y-ppa-manager
```

And now [remove the PPA](https://itsfoss.com/how-to-remove-or-delete-ppas-quick-tip/) as well.

```
sudo add-apt-repository -r ppa:webupd8team/y-ppa-manager
sudo apt update
```

## More on PPA

That’s about all the things you can do using the Y PPA manager, very easy and intuitive. If you want to know more about PPAs here is a [complete guide to using PPAs](https://itsfoss.com/ppa-guide/).

[What is PPA? Everything You Need to Know About PPA in LinuxAn in-depth article that covers almost all the questions around using PPA in Ubuntu and other Linux distributions.![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/content/images/wordpress/2018/12/what-is-ppa.png)](https://itsfoss.com/ppa-guide/)

Have you tried using Y PPA Manager? How’s your experience with it? Do let us know in the comments.