Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Installing go1.16

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
samokosik
Posts: 1
Joined: 2022-06-06 18:45

Installing go1.16

#1 Post by samokosik »

Hello,
is there any way how I can install go1.16 on debian?
After installing a package called "golang", I get the old 1.15 version.
Installing " golang-1.16" installs something but I cannot get the go commands working.
https://i.imgur.com/aBb44SR.png
Is there any other solution to this problem?

Thank you

User avatar
sunrat
Administrator
Administrator
Posts: 6382
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 115 times
Been thanked: 456 times

Re: Installing go1.16

#2 Post by sunrat »

What does "installs something" mean? What repo did you install it from (backports presumably)? Your screenshot shows it is installed so your problem is not related to topic title.
What happens when you attempt to run commands?
You need to post exact details and error messages.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

user6c57b8
Posts: 19
Joined: 2022-05-31 16:19
Has thanked: 5 times

Re: Installing go1.16

#3 Post by user6c57b8 »

Code: Select all

cd /usr/local/bin
sudo ln -s /usr/bin/go1.16 go
I'm 90%sure somebody is going to correct me. And thank god.

Post Reply