How To Install jasper-utils on Fedora 36
Introduction
In this tutorial we learn how to install jasper-utils
on Fedora 36.
What is jasper-utils
Nonessential utilities for jasper, including jiv and tmrdemo.
We can use yum
or dnf
to install jasper-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jasper-utils.
Install jasper-utils 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 jasper-utils
using dnf
by running the following command:
sudo dnf -y install jasper-utils
Install jasper-utils 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 jasper-utils
using yum
by running the following command:
sudo yum -y install jasper-utils
How To Uninstall jasper-utils on Fedora 36
To uninstall only the jasper-utils
package we can use the following command:
sudo dnf remove jasper-utils
jasper-utils Package Contents on Fedora 36
/usr/bin/jiv
/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/5ca5573786aa9236876fea65830729e443167d
/usr/share/man/man1/jiv.1.gz
References
Summary
In this tutorial we learn how to install jasper-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).