To uninstall gccgo just follow these instructions.
sudo apt-get remove gccgo
This will remove just the gccgo package itself.
sudo apt-get remove --auto-remove gccgo
This will remove the gccgo package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for gccgo then this will work.
sudo apt-get purge gccgo
Or similarly, like this gccgo
sudo apt-get purge --auto-remove gccgo
Package | gccgo |
Version | 4:6.1.1-1ubuntu2 |
Maintainer | Ubuntu Developers <[email protected]> |
Description | Go compiler, based on the GCC backend |
Distro | ubuntu |
Release | yakkety |
Repo | main |
Section | devel |