How To Install turbojpeg on Fedora 34

turbojpeg is TurboJPEG library TurboJPEG library

Introduction

In this tutorial we learn how to install turbojpeg on Fedora 34.

What is turbojpeg

The turbojpeg package contains the TurboJPEG shared library. turbojpeg 2.0.90 2.fc34 x86_64 207 k libjpeg-turbo-2.0.90-2.fc34.src.rpm fedora TurboJPEG library http IJG The turbojpeg package contains the TurboJPEG shared library.

We can use yum or dnf to install turbojpeg on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install turbojpeg.

Install turbojpeg on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install turbojpeg using dnf by running the following command:

sudo dnf -y install turbojpeg

Install turbojpeg on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install turbojpeg using yum by running the following command:

sudo yum -y install turbojpeg

How To Uninstall turbojpeg on Fedora 34

To uninstall only the turbojpeg package we can use the following command:

sudo dnf remove turbojpeg

turbojpeg Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/c0ff4796b52e3624d91a904c1d78dcc2d34ab9
/usr/lib64/libturbojpeg.so.0
/usr/lib64/libturbojpeg.so.0.2.0
/usr/share/doc/turbojpeg
/usr/share/doc/turbojpeg/ChangeLog.md
/usr/share/doc/turbojpeg/README.ijg
/usr/share/doc/turbojpeg/README.md
/usr/share/licenses/turbojpeg
/usr/share/licenses/turbojpeg/LICENSE.md
/usr/lib/.build-id
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/ea62c0f9fc8543ea1659b09dd206cf2f658668
/usr/lib/libturbojpeg.so.0
/usr/lib/libturbojpeg.so.0.2.0
/usr/share/doc/turbojpeg
/usr/share/doc/turbojpeg/ChangeLog.md
/usr/share/doc/turbojpeg/README.ijg
/usr/share/doc/turbojpeg/README.md
/usr/share/licenses/turbojpeg
/usr/share/licenses/turbojpeg/LICENSE.md

References

Summary

In this tutorial we learn how to install turbojpeg on Fedora 34 using yum and dnf.