How To Install golang-github-boombuler-barcode-devel on Fedora 36

In this tutorial we learn how to install golang-github-boombuler-barcode-devel in Fedora 36. golang-github-boombuler-barcode-devel is Barcode creation lib for golang

Introduction

In this tutorial we learn how to install golang-github-boombuler-barcode-devel on Fedora 36.

What is golang-github-boombuler-barcode-devel

This is a package for Go which can be used to create different types of barcodes. This package contains the source code needed for building packages that reference the following Go import paths – github.com/boombuler/barcode

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

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

sudo dnf -y install golang-github-boombuler-barcode-devel

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

sudo yum -y install golang-github-boombuler-barcode-devel

How To Uninstall golang-github-boombuler-barcode-devel on Fedora 36

To uninstall only the golang-github-boombuler-barcode-devel package we can use the following command:

sudo dnf remove golang-github-boombuler-barcode-devel

golang-github-boombuler-barcode-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-boombuler-barcode-devel
/usr/share/doc/golang-github-boombuler-barcode-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/boombuler
/usr/share/gocode/src/github.com/boombuler/barcode
/usr/share/gocode/src/github.com/boombuler/barcode/.goipath
/usr/share/gocode/src/github.com/boombuler/barcode/README.md
/usr/share/gocode/src/github.com/boombuler/barcode/aztec
/usr/share/gocode/src/github.com/boombuler/barcode/aztec/aztec_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/aztec/azteccode.go
/usr/share/gocode/src/github.com/boombuler/barcode/aztec/encoder.go
/usr/share/gocode/src/github.com/boombuler/barcode/aztec/encoder_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/aztec/errorcorrection.go
/usr/share/gocode/src/github.com/boombuler/barcode/aztec/highlevel.go
/usr/share/gocode/src/github.com/boombuler/barcode/aztec/highlevel_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/aztec/state.go
/usr/share/gocode/src/github.com/boombuler/barcode/aztec/token.go
/usr/share/gocode/src/github.com/boombuler/barcode/barcode.go
/usr/share/gocode/src/github.com/boombuler/barcode/codabar
/usr/share/gocode/src/github.com/boombuler/barcode/codabar/encoder.go
/usr/share/gocode/src/github.com/boombuler/barcode/codabar/encoder_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/code128
/usr/share/gocode/src/github.com/boombuler/barcode/code128/encode.go
/usr/share/gocode/src/github.com/boombuler/barcode/code128/encode_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/code128/encodingtable.go
/usr/share/gocode/src/github.com/boombuler/barcode/code39
/usr/share/gocode/src/github.com/boombuler/barcode/code39/encoder.go
/usr/share/gocode/src/github.com/boombuler/barcode/code39/encoder_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/code93
/usr/share/gocode/src/github.com/boombuler/barcode/code93/encoder.go
/usr/share/gocode/src/github.com/boombuler/barcode/code93/encoder_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/datamatrix
/usr/share/gocode/src/github.com/boombuler/barcode/datamatrix/codelayout.go
/usr/share/gocode/src/github.com/boombuler/barcode/datamatrix/codesize.go
/usr/share/gocode/src/github.com/boombuler/barcode/datamatrix/datamatrix_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/datamatrix/datamatrixcode.go
/usr/share/gocode/src/github.com/boombuler/barcode/datamatrix/encoder.go
/usr/share/gocode/src/github.com/boombuler/barcode/datamatrix/errorcorrection.go
/usr/share/gocode/src/github.com/boombuler/barcode/datamatrix/errorcorrection_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/ean
/usr/share/gocode/src/github.com/boombuler/barcode/ean/encoder.go
/usr/share/gocode/src/github.com/boombuler/barcode/ean/encoder_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/go.mod
/usr/share/gocode/src/github.com/boombuler/barcode/pdf417
/usr/share/gocode/src/github.com/boombuler/barcode/pdf417/codewords.go
/usr/share/gocode/src/github.com/boombuler/barcode/pdf417/dimensions.go
/usr/share/gocode/src/github.com/boombuler/barcode/pdf417/encoder.go
/usr/share/gocode/src/github.com/boombuler/barcode/pdf417/errorcorrection.go
/usr/share/gocode/src/github.com/boombuler/barcode/pdf417/errorcorrection_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/pdf417/highlevel.go
/usr/share/gocode/src/github.com/boombuler/barcode/pdf417/highlevel_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/pdf417/pdfcode.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr
/usr/share/gocode/src/github.com/boombuler/barcode/qr/alphanumeric.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/alphanumeric_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/automatic.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/automatic_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/blocks.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/blocks_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/encoder.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/encoder_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/errorcorrection.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/errorcorrection_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/numeric.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/numeric_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/qrcode.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/qrcode_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/unicode.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/unicode_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/versioninfo.go
/usr/share/gocode/src/github.com/boombuler/barcode/qr/versioninfo_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/scaledbarcode.go
/usr/share/gocode/src/github.com/boombuler/barcode/twooffive
/usr/share/gocode/src/github.com/boombuler/barcode/twooffive/encoder.go
/usr/share/gocode/src/github.com/boombuler/barcode/twooffive/encoder_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/utils
/usr/share/gocode/src/github.com/boombuler/barcode/utils/base1dcode.go
/usr/share/gocode/src/github.com/boombuler/barcode/utils/bitlist.go
/usr/share/gocode/src/github.com/boombuler/barcode/utils/galoisfield.go
/usr/share/gocode/src/github.com/boombuler/barcode/utils/galoisfield_test.go
/usr/share/gocode/src/github.com/boombuler/barcode/utils/gfpoly.go
/usr/share/gocode/src/github.com/boombuler/barcode/utils/reedsolomon.go
/usr/share/gocode/src/github.com/boombuler/barcode/utils/runeint.go
/usr/share/gocode/src/github.com/boombuler/barcode/utils/runeint_test.go
/usr/share/licenses/golang-github-boombuler-barcode-devel
/usr/share/licenses/golang-github-boombuler-barcode-devel/LICENSE

References

Summary

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