How To Install parzip on Fedora 36
Introduction
In this tutorial we learn how to install parzip
on Fedora 36.
What is parzip
A command line utility to pack and unpack zip archives using multiple threads.
We can use yum
or dnf
to install parzip
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install parzip.
Install parzip 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 parzip
using dnf
by running the following command:
sudo dnf -y install parzip
Install parzip 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 parzip
using yum
by running the following command:
sudo yum -y install parzip
How To Uninstall parzip on Fedora 36
To uninstall only the parzip
package we can use the following command:
sudo dnf remove parzip
parzip Package Contents on Fedora 36
/usr/bin/parunzip
/usr/bin/parzip
/usr/lib/.build-id
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/59c2adce12e0f7e600682991687d9cbe7f242d
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/e38bfe0daf9b5fea5681b400ec4f6faa8360d9
/usr/share/doc/parzip
/usr/share/doc/parzip/README.md
/usr/share/licenses/parzip
/usr/share/licenses/parzip/COPYING
/usr/share/man/man1/parunzip.1.gz
/usr/share/man/man1/parzip.1.gz
References
Summary
In this tutorial we learn how to install parzip
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).