How To Install unzip on Fedora 36
Introduction
In this tutorial we learn how to install unzip
on Fedora 36.
What is unzip
The unzip utility is used to list, test, or extract files from a zip archive. Zip archives are commonly found on MS-DOS systems. The zip utility, included in the zip package, creates zip archives. Zip and unzip are both compatible with archives created by PKWARE(R)’s PKZIP for MS-DOS, but the programs’ options and default behaviors do differ in some respects. Install the unzip package if you need to list, test or extract files from a zip archive.
We can use yum
or dnf
to install unzip
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install unzip.
Install unzip 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 unzip
using dnf
by running the following command:
sudo dnf -y install unzip
Install unzip 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 unzip
using yum
by running the following command:
sudo yum -y install unzip
How To Uninstall unzip on Fedora 36
To uninstall only the unzip
package we can use the following command:
sudo dnf remove unzip
unzip Package Contents on Fedora 36
/usr/bin/funzip
/usr/bin/unzip
/usr/bin/unzipsfx
/usr/bin/zipgrep
/usr/bin/zipinfo
/usr/lib/.build-id
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/1163c829fc9c3373c77e662605e52f1af74ee4
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/fc0e4d7efd3f007cc668776957dbfd4e78b7b1
/usr/lib/.build-id/a4/fc0e4d7efd3f007cc668776957dbfd4e78b7b1.1
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/5894e0eaa474d78d39f247c69aa50cfb777b19
/usr/share/doc/unzip
/usr/share/doc/unzip/BUGS
/usr/share/doc/unzip/README
/usr/share/licenses/unzip
/usr/share/licenses/unzip/COPYING.OLD
/usr/share/licenses/unzip/LICENSE
/usr/share/man/man1/funzip.1.gz
/usr/share/man/man1/unzip.1.gz
/usr/share/man/man1/unzipsfx.1.gz
/usr/share/man/man1/zipgrep.1.gz
/usr/share/man/man1/zipinfo.1.gz
References
Summary
In this tutorial we learn how to install unzip
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).