How to uninstall Golang?

后端 未结 13 1579
猫巷女王i
猫巷女王i 2020-12-29 00:55

I tried the answer here Removed golang but go command still works?, but it didn\'t work (I can still run go)

Currently, when I run which go I see this o

13条回答
  •  伪装坚强ぢ
    2020-12-29 01:38

    Use this command to uninstall Golang for Ubuntu.

    This will remove just the golang-go package itself.

    sudo apt-get remove golang-go
    

    Uninstall golang-go and its dependencies:

    sudo apt-get remove --auto-remove golang-go
    

提交回复
热议问题