Repoman is a software sources manager for Debian-based linux distributions. It allows you to configure system repository information and other system settings, as well as add, remove, and modify third-party repositories on the system.
Repoman is based on PPAExtender
- python3
- libgtk-3-dev
- libgranite-dev
- software-properties-common
Be careful, modifying PPAs can damage your system.
Repoman can be installed by using the standard package manager:
sudo apt update
sudo apt install repoman
Additionally, you can use git:
git clone https://github.com/pop-os/repoman.git
cd repoman
sudo python3 setup.py install
Very special thanks to mirkobrombin and PPAExtender.