How To Install libzip-tools on Fedora 36

In this tutorial we learn how to install libzip-tools in Fedora 36. libzip-tools is Command line tools from libzip

Introduction

In this tutorial we learn how to install libzip-tools on Fedora 36.

What is libzip-tools

The libzip-tools package provides command line tools split off libzip - zipcmp - zipmerge - ziptool

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

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

sudo dnf -y install libzip-tools

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

sudo yum -y install libzip-tools

How To Uninstall libzip-tools on Fedora 36

To uninstall only the libzip-tools package we can use the following command:

sudo dnf remove libzip-tools

libzip-tools Package Contents on Fedora 36

/usr/bin/zipcmp
/usr/bin/zipmerge
/usr/bin/ziptool
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/1314760f7298d3e9c3bfcc6470fcd7c3fad5c8
/usr/lib/.build-id/32
/usr/lib/.build-id/32/a6ac26774cf713e1f31e538ef7a17fde358dc6
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/479cdf7599ed07affbb04d4de1e759b5c45eac
/usr/share/man/man1/zipcmp.1.gz
/usr/share/man/man1/zipmerge.1.gz
/usr/share/man/man1/ziptool.1.gz

References

Summary

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