How To Install golang-github-mbndr-figlet4go on Fedora 36

In this tutorial we learn how to install golang-github-mbndr-figlet4go in Fedora 36. golang-github-mbndr-figlet4go is Port of figlet to golang

Introduction

In this tutorial we learn how to install golang-github-mbndr-figlet4go on Fedora 36.

What is golang-github-mbndr-figlet4go

figlet4go is a go library which is a port of FIGlet to Golang. With figlet4go it’s easy to create ascii text banners in the command-line or with the given api.

We can use yum or dnf to install golang-github-mbndr-figlet4go on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-mbndr-figlet4go.

Install golang-github-mbndr-figlet4go on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-mbndr-figlet4go using dnf by running the following command:

sudo dnf -y install golang-github-mbndr-figlet4go

Install golang-github-mbndr-figlet4go on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-mbndr-figlet4go using yum by running the following command:

sudo yum -y install golang-github-mbndr-figlet4go

How To Uninstall golang-github-mbndr-figlet4go on Fedora 36

To uninstall only the golang-github-mbndr-figlet4go package we can use the following command:

sudo dnf remove golang-github-mbndr-figlet4go

golang-github-mbndr-figlet4go Package Contents on Fedora 36

/usr/bin/figlet4go
/usr/lib/.build-id
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/12b2e8e106c5cd83f3e2a2933b829dd4fd4d5b
/usr/share/doc/golang-github-mbndr-figlet4go
/usr/share/doc/golang-github-mbndr-figlet4go/README.md
/usr/share/licenses/golang-github-mbndr-figlet4go
/usr/share/licenses/golang-github-mbndr-figlet4go/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-mbndr-figlet4go on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).