Install prolix
Installing prolix package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install prolix
prolix package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | prolix |
version | 0.03-1 |
description | tool to interactively filter chatty command output |
subsection | perl |
website | search.cpan.org / dist / App-Prolix / |
maintainer | Debian Perl Group |
Uninstall prolix
To remove just prolix package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove prolix
Uninstall prolix and it’s dependent packages
To remove the prolix package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove prolix
Purging prolix
If you also want to delete configuration and/or data files of prolix from Debian Sid then this will work:
sudo apt-get purge prolix
To delete configuration and/or data files of prolix and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove prolix