How To Install jbigkit on Fedora 36
Introduction
In this tutorial we learn how to install jbigkit
on Fedora 36.
What is jbigkit
The jbigkit package contains tools for converting between PBM and JBIG1 formats.
We can use yum
or dnf
to install jbigkit
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jbigkit.
Install jbigkit 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 jbigkit
using dnf
by running the following command:
sudo dnf -y install jbigkit
Install jbigkit 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 jbigkit
using yum
by running the following command:
sudo yum -y install jbigkit
How To Uninstall jbigkit on Fedora 36
To uninstall only the jbigkit
package we can use the following command:
sudo dnf remove jbigkit
jbigkit Package Contents on Fedora 36
/usr/bin/jbgtopbm
/usr/bin/jbgtopbm85
/usr/bin/pbmtojbg
/usr/bin/pbmtojbg85
/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/1a4d510e8d1ea91c97656129386301e1e47e6b
/usr/lib/.build-id/66
/usr/lib/.build-id/66/d6775a15109e963b6a27bbf1913e69187ab3c2
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/a38bd5c79fda36424d2e88f1939a7ad4dfb6ce
/usr/lib/.build-id/96
/usr/lib/.build-id/96/1ce46644f4e68976ca5eb8e345edb1b22795c6
/usr/share/licenses/jbigkit
/usr/share/licenses/jbigkit/COPYING
/usr/share/man/man1/jbgtopbm.1.gz
/usr/share/man/man1/pbmtojbg.1.gz
References
Summary
In this tutorial we learn how to install jbigkit
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).