How to Install and Uninstall paco Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "paco" package

This guide let you learn how to install paco on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install paco

2. Uninstall "paco" package

This is a short guide on how to uninstall paco on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove paco $ sudo apt autoclean && sudo apt autoremove

3. Information about the paco package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: paco
Priority: optional
Section: universe/admin
Installed-Size: 259
Maintainer: Ubuntu Developers
Original-Maintainer: TANIGUCHI Takaki
Architecture: amd64
Version: 2.0.9-3build1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2), perl
Filename: pool/universe/p/paco/paco_2.0.9-3build1_amd64.deb
Size: 86414
MD5sum: 216ce55e1f935c123fd70791f5dc6a67
SHA1: 7af0a188d9d03fa2ee393faab9d11fc240dd2528
SHA256: b6e20a2b18ef698ca1a8e85c63065eeeecf3c356dc632c9185e5feed36a51600
Description-en: simple but yet powerful source code package management system
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 CUI frontend and utility scripts.
Description-md5: bd1ebf3f74b21f030b85291ca1523dba
Homepage: http://paco.sf.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu