How To Install unzix on Fedora 36

In this tutorial we learn how to install unzix in Fedora 36. unzix is A WinZix archive extractor

Introduction

In this tutorial we learn how to install unzix on Fedora 36.

What is unzix

Unzix is a small command-line program for extracting files from archives in the WinZix format.

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

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

sudo dnf -y install unzix

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

sudo yum -y install unzix

How To Uninstall unzix on Fedora 36

To uninstall only the unzix package we can use the following command:

sudo dnf remove unzix

unzix Package Contents on Fedora 36

/usr/bin/unzix
/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/a0b841a30064c955cae35533b0e160555c9c1c
/usr/share/doc/unzix
/usr/share/doc/unzix/AUTHORS
/usr/share/doc/unzix/LICENSE
/usr/share/doc/unzix/NEWS
/usr/share/doc/unzix/README
/usr/share/man/man1/unzix.1.gz

References

Summary

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