How To Install jasper on Fedora 36
Introduction
In this tutorial we learn how to install jasper on Fedora 36.
What is jasper
This package contains an implementation of the image compression standard JPEG-2000, Part 1. It consists of tools for conversion to and from the JP2 and JPC formats.
We can use yum or dnf to install jasper on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jasper.
Install jasper 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 using dnf by running the following command:
sudo dnf -y install jasper
Install jasper 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 using yum by running the following command:
sudo yum -y install jasper
How To Uninstall jasper on Fedora 36
To uninstall only the jasper package we can use the following command:
sudo dnf remove jasper
jasper Package Contents on Fedora 36
/usr/bin/imgcmp
/usr/bin/imginfo
/usr/bin/jasper
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/6c2916aa6eb633f254e919867cecf8c15d5ce4
/usr/lib/.build-id/85
/usr/lib/.build-id/85/f6af4be422df41b5504810e0516f9d9d70f86a
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/ce221a27524c46d905374e608e509445180c01
/usr/share/doc/JasPer/README
/usr/share/man/man1/imgcmp.1.gz
/usr/share/man/man1/imginfo.1.gz
/usr/share/man/man1/jasper.1.gz
References
Summary
In this tutorial we learn how to install jasper on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).