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

Last updated: October 06,2024

1. Install "lzo.i686" package

This is a short guide on how to install lzo.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install lzo.i686

2. Uninstall "lzo.i686" package

This guide covers the steps necessary to uninstall lzo.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove lzo.i686 $ sudo dnf autoremove

3. Information about the lzo.i686 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:07:12 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : lzo
Version : 2.08
Release : 14.el8
Architecture : i686
Size : 70 k
Source : lzo-2.08-14.el8.src.rpm
Repository : ubi-8-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.