To uninstall gcc-doc just follow these instructions.
sudo apt-get remove gcc-doc
This will remove just the gcc-doc package itself.
sudo apt-get remove --auto-remove gcc-doc
This will remove the gcc-doc package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for gcc-doc then this will work.
sudo apt-get purge gcc-doc
Or similarly, like this gcc-doc
sudo apt-get purge --auto-remove gcc-doc
Package | gcc-doc |
Version | 5:6.3.0-1 |
Maintainer | Debian GCC Maintainers <[email protected]> |
Home page | http://gcc.gnu.org/ |
Description | documentation for the GNU compilers (gcc, gobjc, g++) and documentation for Debian default version of GNU compilers. |
Distro | parrot |
Release | jollyroger |
Repo | contrib |
Section | contrib/doc |