How To Install golang-github-fd0-termstatus-devel on Fedora 36

In this tutorial we learn how to install golang-github-fd0-termstatus-devel in Fedora 36. golang-github-fd0-termstatus-devel is Show status in the terminal

Introduction

In this tutorial we learn how to install golang-github-fd0-termstatus-devel on Fedora 36.

What is golang-github-fd0-termstatus-devel

Feedback of the current status in the terminal. This package contains the source code needed for building packages that reference the following Go import paths – github.com/fd0/termstatus

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

Install golang-github-fd0-termstatus-devel 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-fd0-termstatus-devel using dnf by running the following command:

sudo dnf -y install golang-github-fd0-termstatus-devel

Install golang-github-fd0-termstatus-devel 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-fd0-termstatus-devel using yum by running the following command:

sudo yum -y install golang-github-fd0-termstatus-devel

How To Uninstall golang-github-fd0-termstatus-devel on Fedora 36

To uninstall only the golang-github-fd0-termstatus-devel package we can use the following command:

sudo dnf remove golang-github-fd0-termstatus-devel

golang-github-fd0-termstatus-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-fd0-termstatus-devel
/usr/share/doc/golang-github-fd0-termstatus-devel/examples
/usr/share/doc/golang-github-fd0-termstatus-devel/examples/basic
/usr/share/doc/golang-github-fd0-termstatus-devel/examples/basic/main.go
/usr/share/doc/golang-github-fd0-termstatus-devel/examples/reader
/usr/share/doc/golang-github-fd0-termstatus-devel/examples/reader/main.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/fd0
/usr/share/gocode/src/github.com/fd0/termstatus
/usr/share/gocode/src/github.com/fd0/termstatus/.goipath
/usr/share/gocode/src/github.com/fd0/termstatus/background.go
/usr/share/gocode/src/github.com/fd0/termstatus/background_linux.go
/usr/share/gocode/src/github.com/fd0/termstatus/go.mod
/usr/share/gocode/src/github.com/fd0/termstatus/progress
/usr/share/gocode/src/github.com/fd0/termstatus/progress/doc.go
/usr/share/gocode/src/github.com/fd0/termstatus/progress/progress.go
/usr/share/gocode/src/github.com/fd0/termstatus/status.go
/usr/share/gocode/src/github.com/fd0/termstatus/terminal_posix.go
/usr/share/gocode/src/github.com/fd0/termstatus/terminal_unix.go
/usr/share/gocode/src/github.com/fd0/termstatus/terminal_windows.go
/usr/share/licenses/golang-github-fd0-termstatus-devel
/usr/share/licenses/golang-github-fd0-termstatus-devel/LICENSE

References

Summary

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