How to Install and Uninstall CharLS.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

1. Install "CharLS.x86_64" package

In this section, we are going to explain the necessary steps to install CharLS.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install CharLS.x86_64

2. Uninstall "CharLS.x86_64" package

This is a short guide on how to uninstall CharLS.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove CharLS.x86_64 $ sudo dnf autoremove

3. Information about the CharLS.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:45:14 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : CharLS
Version : 2.0.0
Release : 7.el9
Architecture : x86_64
Size : 138 k
Source : CharLS-2.0.0-7.el9.src.rpm
Repository : epel
Summary : An optimized implementation of the JPEG-LS standard
URL : https://github.com/team-charls/charls
License : BSD
Description : An optimized implementation of the JPEG-LS standard for loss less and
: near loss less image compression. JPEG-LS is a low-complexity standard that
: matches JPEG 2000 compression ratios. In terms of speed, CharLS outperforms
: open source and commercial JPEG LS implementations.
:
: JPEG-LS (ISO-14495-1/ITU-T.87) is a standard derived from the Hewlett Packard
: LOCO algorithm. JPEG LS has low complexity (meaning fast compression) and high
: compression ratios, similar to JPEG 2000. JPEG-LS is more similar to the old
: loss less JPEG than to JPEG 2000, but interestingly the two different techniques
: result in vastly different performance characteristics.