On Fri, 2016-11-18 at 13:25 -0800, Rick Stevens wrote:
On 11/18/2016 12:20 PM, Howard Howell wrote:
Hi, everyone, I loaded go using dnf... sudo dnf install go
I am on an AMD64 system with F24 installed.
The issue is that the /usr/share/gocode/src/code.google.com/p was empty. I installed the golang...devel package and it added the go.tools directory with several subdirectories and other things. The issue is that the various libraries needed by the code I am working on are not loaded. I downloaded the latest archive from golang.org and it appears the various things that I need, or at least most of them are in the archive. The problem is that removing the go packages via DNF will probably decimate the system. So how do I remove the current package or update it with the required libraries? I have not been successful in searching for the required packages or libraries using dnf.
Try "dnf install libgo-devel":
Name : libgo-devel Arch : x86_64 Epoch : 0 Version : 6.2.1 Release : 2.fc24 Size : 496 k Repo : updates Summary : Go development libraries URL : http://gcc.gnu.org License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and : LGPLv2+ and BSD Description : This package includes libraries and support files for : compiling Go programs.
- Rick Stevens, Systems Engineer, AllDigital ricks@alldigital.com
- AIM/Skype: therps2 ICQ: 226437340 Yahoo: origrps2
-
- Have you noticed that "human readable" configuration file - - directives are beginning to resemble COBOL code? -
That added some stuff, but the standard library still doesn't appear to be installed.
Regards, Les H