How To Install golang-github-skip2-qrcode on Fedora 36

In this tutorial we learn how to install golang-github-skip2-qrcode in Fedora 36. golang-github-skip2-qrcode is QR Code encoder (Go)

Introduction

In this tutorial we learn how to install golang-github-skip2-qrcode on Fedora 36.

What is golang-github-skip2-qrcode

QR Code encoder (Go).

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

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

sudo dnf -y install golang-github-skip2-qrcode

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

sudo yum -y install golang-github-skip2-qrcode

How To Uninstall golang-github-skip2-qrcode on Fedora 36

To uninstall only the golang-github-skip2-qrcode package we can use the following command:

sudo dnf remove golang-github-skip2-qrcode

golang-github-skip2-qrcode Package Contents on Fedora 36

/usr/bin/qrcode
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/e2ae5d00ae8a20c155b414f87bded955e6d638
/usr/share/doc/golang-github-skip2-qrcode
/usr/share/doc/golang-github-skip2-qrcode/README.md
/usr/share/licenses/golang-github-skip2-qrcode
/usr/share/licenses/golang-github-skip2-qrcode/LICENSE

References

Summary

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