How To Install golang-rsc-qr-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-rsc-qr-devel
on Fedora 36.
What is golang-rsc-qr-devel
Golang generator of QR codes. This package contains the source code needed for building packages that reference the following Go import paths – rsc.io/qr
We can use yum
or dnf
to install golang-rsc-qr-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-rsc-qr-devel.
Install golang-rsc-qr-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-rsc-qr-devel
using dnf
by running the following command:
sudo dnf -y install golang-rsc-qr-devel
Install golang-rsc-qr-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-rsc-qr-devel
using yum
by running the following command:
sudo yum -y install golang-rsc-qr-devel
How To Uninstall golang-rsc-qr-devel on Fedora 36
To uninstall only the golang-rsc-qr-devel
package we can use the following command:
sudo dnf remove golang-rsc-qr-devel
golang-rsc-qr-devel Package Contents on Fedora 36
/usr/share/doc/golang-rsc-qr-devel
/usr/share/doc/golang-rsc-qr-devel/README.md
/usr/share/gocode/src/rsc.io
/usr/share/gocode/src/rsc.io/qr
/usr/share/gocode/src/rsc.io/qr/.goipath
/usr/share/gocode/src/rsc.io/qr/README.md
/usr/share/gocode/src/rsc.io/qr/coding
/usr/share/gocode/src/rsc.io/qr/coding/gen.go
/usr/share/gocode/src/rsc.io/qr/coding/qr.go
/usr/share/gocode/src/rsc.io/qr/coding/qr_test.go
/usr/share/gocode/src/rsc.io/qr/gf256
/usr/share/gocode/src/rsc.io/qr/gf256/blog_test.go
/usr/share/gocode/src/rsc.io/qr/gf256/gf256.go
/usr/share/gocode/src/rsc.io/qr/gf256/gf256_test.go
/usr/share/gocode/src/rsc.io/qr/go.mod
/usr/share/gocode/src/rsc.io/qr/libqrencode
/usr/share/gocode/src/rsc.io/qr/libqrencode/qrencode.go
/usr/share/gocode/src/rsc.io/qr/png.go
/usr/share/gocode/src/rsc.io/qr/png_test.go
/usr/share/gocode/src/rsc.io/qr/qr.go
/usr/share/licenses/golang-rsc-qr-devel
/usr/share/licenses/golang-rsc-qr-devel/LICENSE
References
Summary
In this tutorial we learn how to install golang-rsc-qr-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).