How To Install golang-github-mvo5-uboot on Fedora 36

In this tutorial we learn how to install golang-github-mvo5-uboot in Fedora 36. golang-github-mvo5-uboot is Read uboot environment via Go

Introduction

In this tutorial we learn how to install golang-github-mvo5-uboot on Fedora 36.

What is golang-github-mvo5-uboot

Small Go package/app to read/write uboot env files that contain crc32 + 1 byte padding. Unlike fw_{set,print}env it does not needs a /etc/fw_env.config config file..

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

Install golang-github-mvo5-uboot 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-mvo5-uboot using dnf by running the following command:

sudo dnf -y install golang-github-mvo5-uboot

Install golang-github-mvo5-uboot 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-mvo5-uboot using yum by running the following command:

sudo yum -y install golang-github-mvo5-uboot

How To Uninstall golang-github-mvo5-uboot on Fedora 36

To uninstall only the golang-github-mvo5-uboot package we can use the following command:

sudo dnf remove golang-github-mvo5-uboot

golang-github-mvo5-uboot Package Contents on Fedora 36

/usr/bin/uboot-go
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/1a80b565e2c1d4e41f7bb1a4fc2ada06c0a7dd
/usr/share/doc/golang-github-mvo5-uboot
/usr/share/doc/golang-github-mvo5-uboot/README.md
/usr/share/licenses/golang-github-mvo5-uboot
/usr/share/licenses/golang-github-mvo5-uboot/COPYING

References

Summary

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