Install most
Installing most package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install most
most package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | most |
version | 5.0.0a-2.3 |
description | Pager program similar to more and less |
subsection | text |
maintainer | Benjamin Mako Hill |
Uninstall most
To remove just most package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove most
Uninstall most and it’s dependent packages
To remove the most package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove most
Purging most
If you also want to delete configuration and/or data files of most from Debian Sid then this will work:
sudo apt-get purge most
To delete configuration and/or data files of most and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove most