How To Install golang-modernc-zappy-devel on Fedora 36

In this tutorial we learn how to install golang-modernc-zappy-devel in Fedora 36. golang-modernc-zappy-devel is Zappy block-based compression format

Introduction

In this tutorial we learn how to install golang-modernc-zappy-devel on Fedora 36.

What is golang-modernc-zappy-devel

Package Zappy implements the zappy block-based compression format. This package contains the source code needed for building packages that reference the following Go import paths – modernc.org/zappy

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

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

sudo dnf -y install golang-modernc-zappy-devel

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

sudo yum -y install golang-modernc-zappy-devel

How To Uninstall golang-modernc-zappy-devel on Fedora 36

To uninstall only the golang-modernc-zappy-devel package we can use the following command:

sudo dnf remove golang-modernc-zappy-devel

golang-modernc-zappy-devel Package Contents on Fedora 36

/usr/share/doc/golang-modernc-zappy-devel
/usr/share/doc/golang-modernc-zappy-devel/AUTHORS
/usr/share/doc/golang-modernc-zappy-devel/CONTRIBUTORS
/usr/share/doc/golang-modernc-zappy-devel/README.md
/usr/share/gocode/src/modernc.org
/usr/share/gocode/src/modernc.org/zappy
/usr/share/gocode/src/modernc.org/zappy/.goipath
/usr/share/gocode/src/modernc.org/zappy/README.md
/usr/share/gocode/src/modernc.org/zappy/all_test.go
/usr/share/gocode/src/modernc.org/zappy/decode.go
/usr/share/gocode/src/modernc.org/zappy/decode_cgo.go
/usr/share/gocode/src/modernc.org/zappy/decode_nocgo.go
/usr/share/gocode/src/modernc.org/zappy/encode.go
/usr/share/gocode/src/modernc.org/zappy/encode_cgo.go
/usr/share/gocode/src/modernc.org/zappy/encode_nocgo.go
/usr/share/gocode/src/modernc.org/zappy/go.mod
/usr/share/gocode/src/modernc.org/zappy/zappy.go
/usr/share/licenses/golang-modernc-zappy-devel
/usr/share/licenses/golang-modernc-zappy-devel/LICENSE
/usr/share/licenses/golang-modernc-zappy-devel/SNAPPY-GO-LICENSE

References

Summary

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