Installlion's Logo

Installlion.com

How To Uninstall manpages On Ubuntu 16.10

To uninstall manpages just follow these instructions.

Uninstall just manpages

Manual pages about using a GNU/Linux systemUbuntu 16.10doc4.07-1
sudo apt-get remove manpages

This will remove just the manpages package itself.

Uninstall manpages and its dependencies

sudo apt-get remove --auto-remove manpages

This will remove the manpages package and any other dependant packages which are no longer needed.

Purging your config/data too

If you also want to delete your local/config files for manpages then this will work.

 Caution! Purged config/data can not be restored by reinstalling the package.
sudo apt-get purge manpages

Or similarly, like this manpages

sudo apt-get purge --auto-remove manpages

Package Data

Packagemanpages
Version4.07-1
MaintainerUbuntu Developers <[email protected]>
Home pagehttp://www.kernel.org/doc/man-pages/
DescriptionManual pages about using a GNU/Linux system
Distroubuntu
Releaseyakkety
Repomain
Sectiondoc

Dependencies

manpages is not dependent on any other packages.