How to uninstall go from linux system (sudo apt remove not working )

i need to remove old version of go from my raspberry pi and get new version of it , but somehow i am not able to remove old version

image

Hi

Was it installed with apt?
Is the name of the package go or is it maybe golang or something else?

With kind regards

1 Like

You should be able to use dpkg-query -S $(which go) to learn about the package that owns go.

4 Likes

version is too old and i dont remember

thanks

On my Debian 8 system, the package for Go in the Debian repository is called golang.

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.