How To Install golang-github-cpuguy83-go-md2man.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install golang-github-cpuguy83-go-md2man.x86_64 on Amazon Linux 2.
What is golang-github-cpuguy83-go-md2man.x86_64
go-md2man is a golang tool using blackfriday to process markdown into manpages.
We can use yum to install golang-github-cpuguy83-go-md2man.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-cpuguy83-go-md2man.x86_64.
Install golang-github-cpuguy83-go-md2man.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 golang-github-cpuguy83-go-md2man.x86_64 using yum by running the following command:
sudo yum -y install golang-github-cpuguy83-go-md2man.x86_64
How To Uninstall golang-github-cpuguy83-go-md2man.x86_64 on Amazon Linux 2
To uninstall only the golang-github-cpuguy83-go-md2man.x86_64 package we can use the following command:
sudo yum remove golang-github-cpuguy83-go-md2man.x86_64
golang-github-cpuguy83-go-md2man.x86_64 Package Contents on Amazon Linux 2
/usr/bin/go-md2man
/usr/share/doc/golang-github-cpuguy83-go-md2man-1.0.4
/usr/share/doc/golang-github-cpuguy83-go-md2man-1.0.4/README.md
References
Summary
In this tutorial we learn how to install golang-github-cpuguy83-go-md2man.x86_64 on Amazon Linux 2 using yum.