How To Install golang-rsc-binaryregexp-devel on Fedora 36

In this tutorial we learn how to install golang-rsc-binaryregexp-devel in Fedora 36. golang-rsc-binaryregexp-devel is Go regexp for binary/latin-1 data

Introduction

In this tutorial we learn how to install golang-rsc-binaryregexp-devel on Fedora 36.

What is golang-rsc-binaryregexp-devel

Go regexp for binary/latin-1 data. This package contains the source code needed for building packages that reference the following Go import paths – rsc.io/binaryregexp

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

Install golang-rsc-binaryregexp-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-binaryregexp-devel using dnf by running the following command:

sudo dnf -y install golang-rsc-binaryregexp-devel

Install golang-rsc-binaryregexp-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-binaryregexp-devel using yum by running the following command:

sudo yum -y install golang-rsc-binaryregexp-devel

How To Uninstall golang-rsc-binaryregexp-devel on Fedora 36

To uninstall only the golang-rsc-binaryregexp-devel package we can use the following command:

sudo dnf remove golang-rsc-binaryregexp-devel

golang-rsc-binaryregexp-devel Package Contents on Fedora 36

/usr/share/gocode/src/rsc.io
/usr/share/gocode/src/rsc.io/binaryregexp
/usr/share/gocode/src/rsc.io/binaryregexp/.goipath
/usr/share/gocode/src/rsc.io/binaryregexp/all_test.go
/usr/share/gocode/src/rsc.io/binaryregexp/backtrack.go
/usr/share/gocode/src/rsc.io/binaryregexp/example_test.go
/usr/share/gocode/src/rsc.io/binaryregexp/exec.go
/usr/share/gocode/src/rsc.io/binaryregexp/exec2_test.go
/usr/share/gocode/src/rsc.io/binaryregexp/exec_test.go
/usr/share/gocode/src/rsc.io/binaryregexp/find_test.go
/usr/share/gocode/src/rsc.io/binaryregexp/go.mod
/usr/share/gocode/src/rsc.io/binaryregexp/onepass.go
/usr/share/gocode/src/rsc.io/binaryregexp/onepass_test.go
/usr/share/gocode/src/rsc.io/binaryregexp/regexp.go
/usr/share/gocode/src/rsc.io/binaryregexp/syntax
/usr/share/gocode/src/rsc.io/binaryregexp/syntax/compile.go
/usr/share/gocode/src/rsc.io/binaryregexp/syntax/doc.go
/usr/share/gocode/src/rsc.io/binaryregexp/syntax/op_string.go
/usr/share/gocode/src/rsc.io/binaryregexp/syntax/parse.go
/usr/share/gocode/src/rsc.io/binaryregexp/syntax/parse_test.go
/usr/share/gocode/src/rsc.io/binaryregexp/syntax/perl_groups.go
/usr/share/gocode/src/rsc.io/binaryregexp/syntax/prog.go
/usr/share/gocode/src/rsc.io/binaryregexp/syntax/prog_test.go
/usr/share/gocode/src/rsc.io/binaryregexp/syntax/regexp.go
/usr/share/gocode/src/rsc.io/binaryregexp/syntax/simplify.go
/usr/share/gocode/src/rsc.io/binaryregexp/syntax/simplify_test.go
/usr/share/licenses/golang-rsc-binaryregexp-devel
/usr/share/licenses/golang-rsc-binaryregexp-devel/LICENSE

References

Summary

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