To uninstall apt-doc just follow these instructions.
sudo apt-get remove apt-doc
This will remove just the apt-doc package itself.
sudo apt-get remove --auto-remove apt-doc
This will remove the apt-doc package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for apt-doc then this will work.
sudo apt-get purge apt-doc
Or similarly, like this apt-doc
sudo apt-get purge --auto-remove apt-doc
Package | apt-doc |
Version | 1.0.1ubuntu2 |
Maintainer | Ubuntu Developers <[email protected]> |
Description | documentation for APT |
Distro | ubuntu |
Release | trusty |
Repo | main |
Section | doc |