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

Last updated: October 06,2024

1. Install "lzo.x86_64" package

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

$ sudo dnf update $ sudo dnf install lzo.x86_64

2. Uninstall "lzo.x86_64" package

Please follow the guidelines below to uninstall lzo.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove lzo.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:42:40 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : lzo
Version : 2.10
Release : 7.el9
Architecture : x86_64
Size : 69 k
Source : lzo-2.10-7.el9.src.rpm
Repository : ubi-9-baseos-rpms
Summary : Data compression library with very fast (de)compression
URL : http://www.oberhumer.com/opensource/lzo/
License : GPLv2+
Description : LZO is a portable lossless data compression library written in ANSI C.
: It offers pretty fast compression and very fast decompression.
: Decompression requires no memory. In addition there are slower
: compression levels achieving a quite competitive compression ratio
: while still decompressing at this very high speed.