How to Install and Uninstall lzo.src Package on Oracle Linux 8

Last updated: May 15,2024

1. Install "lzo.src" package

Please follow the steps below to install lzo.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install lzo.src

2. Uninstall "lzo.src" package

Please follow the instructions below to uninstall lzo.src on Oracle Linux 8:

$ sudo dnf remove lzo.src $ sudo dnf autoremove

3. Information about the lzo.src package on Oracle Linux 8

Last metadata expiration check: 1:25:26 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : lzo
Version : 2.08
Release : 14.el8
Architecture : src
Size : 591 k
Source : None
Repository : ol8_baseos_latest
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.