How to Install and Uninstall lzo.x86_64 Package on Rocky Linux 9

Last updated: May 18,2024

1. Install "lzo.x86_64" package

Please follow the guidelines below to install lzo.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install lzo.x86_64

2. Uninstall "lzo.x86_64" package

In this section, we are going to explain the necessary steps to uninstall lzo.x86_64 on Rocky Linux 9:

$ sudo dnf remove lzo.x86_64 $ sudo dnf autoremove

3. Information about the lzo.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:52:02 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : lzo
Version : 2.10
Release : 7.el9
Architecture : x86_64
Size : 66 k
Source : lzo-2.10-7.el9.src.rpm
Repository : baseos
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.