How To Install zziplib-utils on Fedora 36

In this tutorial we learn how to install zziplib-utils in Fedora 36. zziplib-utils is Utilities for the zziplib library

Introduction

In this tutorial we learn how to install zziplib-utils on Fedora 36.

What is zziplib-utils

The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools. This packages contains all the utilities that come with the zziplib library.

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

Install zziplib-utils 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 zziplib-utils using dnf by running the following command:

sudo dnf -y install zziplib-utils

Install zziplib-utils 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 zziplib-utils using yum by running the following command:

sudo yum -y install zziplib-utils

How To Uninstall zziplib-utils on Fedora 36

To uninstall only the zziplib-utils package we can use the following command:

sudo dnf remove zziplib-utils

zziplib-utils Package Contents on Fedora 36

/usr/bin/unzip-mem
/usr/bin/unzzip
/usr/bin/unzzip-big
/usr/bin/unzzip-mem
/usr/bin/unzzip-mix
/usr/bin/zzcat
/usr/bin/zzdir
/usr/bin/zzxorcat
/usr/bin/zzxorcopy
/usr/bin/zzxordir
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/9ed6383a713ede7a4b81ee6c7c0d4ba68814c3
/usr/lib/.build-id/32
/usr/lib/.build-id/32/60030cbddab009e86564e2a97eb99b87996d17
/usr/lib/.build-id/33
/usr/lib/.build-id/33/92f412a10a634474df114d01f691a75408e19e
/usr/lib/.build-id/67
/usr/lib/.build-id/67/bdece5d885ae9695f0b02ffbc9bc01ef413811
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/487f5c2917ce679ebc40781297698325f37407
/usr/lib/.build-id/92
/usr/lib/.build-id/92/57029aeac412543a1ce2a6031d79754a0e8eaf
/usr/lib/.build-id/92/ab74af96e09c148c0acf057035bb1ff7c015a8
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/e249c54fc93a0617c850cc5d387cf4153d9a9c
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/48faa920be56958f03c8d58b1eb6bc10272fd3
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/f0c45cbd7e29f5d9f3ebbe723fb061a82b5cf0

References

Summary

In this tutorial we learn how to install zziplib-utils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).