How To Install golist.x86_64 on Amazon Linux 2

In this tutorial we learn how to install golist.x86_64 in Amazon Linux 2. golist.x86_64 is A tool to analyse the properties of a Go (Golang) codebase

Introduction

In this tutorial we learn how to install golist.x86_64 on Amazon Linux 2.

What is golist.x86_64

A tool to analyse the properties of a Go (Golang) codebase.

We can use yum to install golist.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install golist.x86_64.

Install golist.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golist.x86_64 using yum by running the following command:

sudo yum -y install golist.x86_64

How To Uninstall golist.x86_64 on Amazon Linux 2

To uninstall only the golist.x86_64 package we can use the following command:

sudo yum remove golist.x86_64

golist.x86_64 Package Contents on Amazon Linux 2

/usr/bin/golist
/usr/share/doc/golist-0.10.1
/usr/share/doc/golist-0.10.1/NEWS.md
/usr/share/doc/golist-0.10.1/README.md
/usr/share/licenses/golist-0.10.1
/usr/share/licenses/golist-0.10.1/LICENSE
/usr/share/licenses/golist-0.10.1/LICENSE_cpuguy83_go-md2man
/usr/share/licenses/golist-0.10.1/LICENSE_russross_blackfriday
/usr/share/licenses/golist-0.10.1/LICENSE_urfave_cli

References

Summary

In this tutorial we learn how to install golist.x86_64 on Amazon Linux 2 using yum.