How to Install and Uninstall lzo.i686 Package on AlmaLinux 9

Last updated: October 07,2024

1. Install "lzo.i686" package

Learn how to install lzo.i686 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install lzo.i686

2. Uninstall "lzo.i686" package

Please follow the instructions below to uninstall lzo.i686 on AlmaLinux 9:

$ sudo dnf remove lzo.i686 $ sudo dnf autoremove

3. Information about the lzo.i686 package on AlmaLinux 9

Last metadata expiration check: 1:57:18 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : lzo
Version : 2.10
Release : 7.el9
Architecture : i686
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.