How to uninstall Golang?

后端 未结 13 1585
猫巷女王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条回答
  •  萌比男神i
    2020-12-29 01:37

    1. Go to the directory

      cd /usr/local
      
    2. Remove it with super user privileges

      sudo rm -rf go
      

提交回复
热议问题