How To Install golang-github-u-root-uio-devel on Fedora 36

In this tutorial we learn how to install golang-github-u-root-uio-devel in Fedora 36. golang-github-u-root-uio-devel is Golang package for breaking up circular dependencies in u-root

Introduction

In this tutorial we learn how to install golang-github-u-root-uio-devel on Fedora 36.

What is golang-github-u-root-uio-devel

Experimental, for breaking up circular dependencies in u-root, so we can remove version tags. This package contains the source code needed for building packages that reference the following Go import paths – github.com/u-root/uio

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

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

sudo dnf -y install golang-github-u-root-uio-devel

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

sudo yum -y install golang-github-u-root-uio-devel

How To Uninstall golang-github-u-root-uio-devel on Fedora 36

To uninstall only the golang-github-u-root-uio-devel package we can use the following command:

sudo dnf remove golang-github-u-root-uio-devel

golang-github-u-root-uio-devel Package Contents on Fedora 36

/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/u-root
/usr/share/gocode/src/github.com/u-root/uio
/usr/share/gocode/src/github.com/u-root/uio/.goipath
/usr/share/gocode/src/github.com/u-root/uio/cp
/usr/share/gocode/src/github.com/u-root/uio/cp/cmp
/usr/share/gocode/src/github.com/u-root/uio/cp/cmp/cmp.go
/usr/share/gocode/src/github.com/u-root/uio/cp/cp.go
/usr/share/gocode/src/github.com/u-root/uio/cp/cp_test.go
/usr/share/gocode/src/github.com/u-root/uio/go.mod
/usr/share/gocode/src/github.com/u-root/uio/rand
/usr/share/gocode/src/github.com/u-root/uio/rand/random.go
/usr/share/gocode/src/github.com/u-root/uio/rand/random_linux.go
/usr/share/gocode/src/github.com/u-root/uio/rand/random_std.go
/usr/share/gocode/src/github.com/u-root/uio/rand/random_test.go
/usr/share/gocode/src/github.com/u-root/uio/rand/random_unix.go
/usr/share/gocode/src/github.com/u-root/uio/rand/random_urandom.go
/usr/share/gocode/src/github.com/u-root/uio/ubinary
/usr/share/gocode/src/github.com/u-root/uio/ubinary/big_endian.go
/usr/share/gocode/src/github.com/u-root/uio/ubinary/doc.go
/usr/share/gocode/src/github.com/u-root/uio/ubinary/little_endian.go
/usr/share/gocode/src/github.com/u-root/uio/uio
/usr/share/gocode/src/github.com/u-root/uio/uio/alignreader.go
/usr/share/gocode/src/github.com/u-root/uio/uio/alignwriter.go
/usr/share/gocode/src/github.com/u-root/uio/uio/buffer.go
/usr/share/gocode/src/github.com/u-root/uio/uio/cached.go
/usr/share/gocode/src/github.com/u-root/uio/uio/cached_test.go
/usr/share/gocode/src/github.com/u-root/uio/uio/lazy.go
/usr/share/gocode/src/github.com/u-root/uio/uio/lazy_test.go
/usr/share/gocode/src/github.com/u-root/uio/uio/linewriter.go
/usr/share/gocode/src/github.com/u-root/uio/uio/multiwriter.go
/usr/share/gocode/src/github.com/u-root/uio/uio/null.go
/usr/share/gocode/src/github.com/u-root/uio/uio/progress.go
/usr/share/gocode/src/github.com/u-root/uio/uio/progress_test.go
/usr/share/gocode/src/github.com/u-root/uio/uio/reader.go
/usr/share/gocode/src/github.com/u-root/uio/uio/uio.go
/usr/share/gocode/src/github.com/u-root/uio/uio/uiotest
/usr/share/gocode/src/github.com/u-root/uio/uio/uiotest/uiotest.go
/usr/share/gocode/src/github.com/u-root/uio/ulog
/usr/share/gocode/src/github.com/u-root/uio/ulog/log.go
/usr/share/gocode/src/github.com/u-root/uio/ulog/ulogtest
/usr/share/gocode/src/github.com/u-root/uio/ulog/ulogtest/log.go
/usr/share/licenses/golang-github-u-root-uio-devel
/usr/share/licenses/golang-github-u-root-uio-devel/LICENSE

References

Summary

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