How to uninstall or remove golang-go.tools software package from Debian 8 (Jessie)

How to uninstall or remove golang-go.tools software package from Debian 8 (Jessie)

You can uninstall or removes an installed golang-go.tools package itself from Debian 8 (Jessie) through the terminal,

$ sudo apt-get remove golang-go.tools 

Uninstall golang-go.tools including dependent package

If you would like to remove golang-go.tools and it's dependent packages which are no longer needed from Ubuntu,

$ sudo apt-get remove --auto-remove golang-go.tools 
Use Purging golang-go.tools

If you use with purge options to golang-go.tools package all the configuration and dependent packages will be removed.

$ sudo apt-get purge golang-go.tools 

If you use purge options along with auto remove, will be removed everything regarding the package, It's really useful when you want to reinstall again.

$ sudo apt-get purge --auto-remove golang-go.tools 

See Also,

How to install golang-go.tools software package from Debian 8 (Jessie)?