How To Install jzlib-demo on Fedora 36
In this tutorial we learn how to install jzlib-demo in Fedora 36. jzlib-demo is Examples for jzlib
Introduction
In this tutorial we learn how to install jzlib-demo
on Fedora 36.
What is jzlib-demo
Examples for jzlib.
We can use yum
or dnf
to install jzlib-demo
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jzlib-demo.
Install jzlib-demo 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 jzlib-demo
using dnf
by running the following command:
sudo dnf -y install jzlib-demo
Install jzlib-demo 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 jzlib-demo
using yum
by running the following command:
sudo yum -y install jzlib-demo
How To Uninstall jzlib-demo on Fedora 36
To uninstall only the jzlib-demo
package we can use the following command:
sudo dnf remove jzlib-demo
jzlib-demo Package Contents on Fedora 36
/usr/share/jzlib
/usr/share/jzlib/README
/usr/share/jzlib/test_deflate_inflate.java
/usr/share/jzlib/test_dict_deflate_inflate.java
/usr/share/jzlib/test_flush_sync.java
/usr/share/jzlib/test_gzip_deflate_inflate.java
/usr/share/jzlib/test_gzip_inflate.java
/usr/share/jzlib/test_large_deflate_inflate.java
/usr/share/jzlib/test_stream_deflate_inflate.java
References
Summary
In this tutorial we learn how to install jzlib-demo
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).