How To Install golang-github-ulikunitz-xz on Fedora 36

In this tutorial we learn how to install golang-github-ulikunitz-xz in Fedora 36. golang-github-ulikunitz-xz is Pure golang package for reading and writing xz-compressed files

Introduction

In this tutorial we learn how to install golang-github-ulikunitz-xz on Fedora 36.

What is golang-github-ulikunitz-xz

This Go language package supports the reading and writing of xz compressed streams. It includes also a gxz command for compressing and decompressing data. The package is completely written in Go and doesn’t have any dependency on any C code.

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

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

sudo dnf -y install golang-github-ulikunitz-xz

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

sudo yum -y install golang-github-ulikunitz-xz

How To Uninstall golang-github-ulikunitz-xz on Fedora 36

To uninstall only the golang-github-ulikunitz-xz package we can use the following command:

sudo dnf remove golang-github-ulikunitz-xz

golang-github-ulikunitz-xz Package Contents on Fedora 36

/usr/bin/goxb
/usr/bin/gxz
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/e77bb4333f41c9e7ee763c4765613d2e817afc
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/0a21ec69b30182e8854f8881373b146225642d
/usr/share/doc/golang-github-ulikunitz-xz
/usr/share/doc/golang-github-ulikunitz-xz/README.md
/usr/share/doc/golang-github-ulikunitz-xz/TODO.md
/usr/share/doc/golang-github-ulikunitz-xz/doc
/usr/share/doc/golang-github-ulikunitz-xz/doc/.gitignore
/usr/share/doc/golang-github-ulikunitz-xz/doc/LZMA2.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/make-docs
/usr/share/doc/golang-github-ulikunitz-xz/doc/md.css
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes/release-v0.3.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes/release-v0.4.1.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes/release-v0.4.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes/release-v0.5.1.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes/release-v0.5.10.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes/release-v0.5.2.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes/release-v0.5.3.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes/release-v0.5.4.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes/release-v0.5.5.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes/release-v0.5.6.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes/release-v0.5.7.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes/release-v0.5.8.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes/release-v0.5.9.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/relnotes/release-v0.5.md
/usr/share/doc/golang-github-ulikunitz-xz/doc/xz-issues.md
/usr/share/licenses/golang-github-ulikunitz-xz
/usr/share/licenses/golang-github-ulikunitz-xz/LICENSE

References

Summary

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