gpaco
simple but yet powerful source code package management system(GUI)
Install
- All systems
-
curl cmd.cat/gpaco.sh
- Debian
-
apt-get install gpaco
- Ubuntu
-
apt-get install gpaco
- Kali Linux
-
apt-get install gpaco
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gpaco
- Raspbian
-
apt-get install gpaco
- Dockerfile
- dockerfile.run/gpaco
gpaco
simple but yet powerful source code package management system(GUI)
After the installation of a source package with "./configure && make && make install", one is usually left with having no idea of what it was installed and where it all went, making it difficult to uninstall the package in the future. Paco was written to solve this problem in a quite simple fashion. When installing a package from sources, paco wraps the "make install" command (or whatever is needed to install the files into the system), and generates a log containing the list of all installed files. This is a GUI frontend of paco.