How To Install weezl on Fedora 36
In this tutorial we learn how to install weezl in Fedora 36. weezl is Fast LZW compression and decompression
Introduction
In this tutorial we learn how to install weezl on Fedora 36.
What is weezl
Fast LZW compression and decompression.
We can use yum or dnf to install weezl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install weezl.
Install weezl 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 weezl using dnf by running the following command:
sudo dnf -y install weezl
Install weezl 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 weezl using yum by running the following command:
sudo yum -y install weezl
How To Uninstall weezl on Fedora 36
To uninstall only the weezl package we can use the following command:
sudo dnf remove weezl
weezl Package Contents on Fedora 36
/usr/bin/lzw
/usr/lib/.build-id
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/03dc645db84bcfa6477836af02346f441520ff
/usr/share/doc/weezl
/usr/share/doc/weezl/Changes.md
/usr/share/doc/weezl/README.md
/usr/share/licenses/weezl
/usr/share/licenses/weezl/LICENSE-APACHE
/usr/share/licenses/weezl/LICENSE-MIT
References
Summary
In this tutorial we learn how to install weezl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).