How To Install libjpeg-turbo-utils on Fedora 36
Introduction
In this tutorial we learn how to install libjpeg-turbo-utils
on Fedora 36.
What is libjpeg-turbo-utils
The libjpeg-turbo-utils package contains simple client programs for accessing the libjpeg functions. It contains cjpeg, djpeg, jpegtran, rdjpgcom and wrjpgcom. Cjpeg compresses an image file into JPEG format. Djpeg decompresses a JPEG file into a regular image file. Jpegtran can perform various useful transformations on JPEG files. Rdjpgcom displays any text comments included in a JPEG file. Wrjpgcom inserts text comments into a JPEG file.
We can use yum
or dnf
to install libjpeg-turbo-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libjpeg-turbo-utils.
Install libjpeg-turbo-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 libjpeg-turbo-utils
using dnf
by running the following command:
sudo dnf -y install libjpeg-turbo-utils
Install libjpeg-turbo-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 libjpeg-turbo-utils
using yum
by running the following command:
sudo yum -y install libjpeg-turbo-utils
How To Uninstall libjpeg-turbo-utils on Fedora 36
To uninstall only the libjpeg-turbo-utils
package we can use the following command:
sudo dnf remove libjpeg-turbo-utils
libjpeg-turbo-utils Package Contents on Fedora 36
/usr/bin/cjpeg
/usr/bin/djpeg
/usr/bin/jpegtran
/usr/bin/rdjpgcom
/usr/bin/wrjpgcom
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/83018270366926bd379bfff2c00dc252705a07
/usr/lib/.build-id/63
/usr/lib/.build-id/63/2a317525cdaaa132f1935e04fdaa02cc31b8eb
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/cc3b4c900f20fe8edb13659c2fcfd7ce57e80b
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/268b4c82ce32c70ca5347bdf538642ffa6643c
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/d7d9e9c56694004ae8d19ac2a226dc01360811
/usr/share/doc/libjpeg-turbo-utils
/usr/share/doc/libjpeg-turbo-utils/usage.txt
/usr/share/doc/libjpeg-turbo-utils/wizard.txt
/usr/share/man/man1/cjpeg.1.gz
/usr/share/man/man1/djpeg.1.gz
/usr/share/man/man1/jpegtran.1.gz
/usr/share/man/man1/rdjpgcom.1.gz
/usr/share/man/man1/wrjpgcom.1.gz
References
Summary
In this tutorial we learn how to install libjpeg-turbo-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).