How To Install golang-github-docker-slim-uiprogress-devel on Fedora 36

In this tutorial we learn how to install golang-github-docker-slim-uiprogress-devel in Fedora 36. golang-github-docker-slim-uiprogress-devel is A go library to render progress bars in terminal applications

Introduction

In this tutorial we learn how to install golang-github-docker-slim-uiprogress-devel on Fedora 36.

What is golang-github-docker-slim-uiprogress-devel

A go library to render progress bars in terminal applications. This package contains the source code needed for building packages that reference the following Go import paths – github.com/docker-slim/uiprogress

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

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

sudo dnf -y install golang-github-docker-slim-uiprogress-devel

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

sudo yum -y install golang-github-docker-slim-uiprogress-devel

How To Uninstall golang-github-docker-slim-uiprogress-devel on Fedora 36

To uninstall only the golang-github-docker-slim-uiprogress-devel package we can use the following command:

sudo dnf remove golang-github-docker-slim-uiprogress-devel

golang-github-docker-slim-uiprogress-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-docker-slim-uiprogress-devel
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/README.md
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/doc
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/doc/example_full.gif
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/doc/example_multi.gif
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/doc/example_simple.gif
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/example
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/example/bypass
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/example/bypass/bypass.go
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/example/full
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/example/full/full.go
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/example/incr
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/example/incr/incr.go
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/example/multi
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/example/multi/multi.go
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/example/simple
/usr/share/doc/golang-github-docker-slim-uiprogress-devel/example/simple/simple.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/docker-slim
/usr/share/gocode/src/github.com/docker-slim/uiprogress
/usr/share/gocode/src/github.com/docker-slim/uiprogress/.goipath
/usr/share/gocode/src/github.com/docker-slim/uiprogress/README.md
/usr/share/gocode/src/github.com/docker-slim/uiprogress/bar.go
/usr/share/gocode/src/github.com/docker-slim/uiprogress/bar_test.go
/usr/share/gocode/src/github.com/docker-slim/uiprogress/doc.go
/usr/share/gocode/src/github.com/docker-slim/uiprogress/example_test.go
/usr/share/gocode/src/github.com/docker-slim/uiprogress/progress.go
/usr/share/gocode/src/github.com/docker-slim/uiprogress/progress_test.go
/usr/share/gocode/src/github.com/docker-slim/uiprogress/util
/usr/share/gocode/src/github.com/docker-slim/uiprogress/util/strutil
/usr/share/gocode/src/github.com/docker-slim/uiprogress/util/strutil/strutil.go
/usr/share/gocode/src/github.com/docker-slim/uiprogress/util/strutil/strutil_test.go
/usr/share/licenses/golang-github-docker-slim-uiprogress-devel
/usr/share/licenses/golang-github-docker-slim-uiprogress-devel/LICENSE

References

Summary

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