How to Install and Uninstall lzop.src Package on Oracle Linux 9

Last updated: November 28,2024

1. Install "lzop.src" package

In this section, we are going to explain the necessary steps to install lzop.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install lzop.src

2. Uninstall "lzop.src" package

This is a short guide on how to uninstall lzop.src on Oracle Linux 9:

$ sudo dnf remove lzop.src $ sudo dnf autoremove

3. Information about the lzop.src package on Oracle Linux 9

Last metadata expiration check: 3:13:00 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : lzop
Version : 1.04
Release : 8.el9
Architecture : src
Size : 395 k
Source : None
Repository : ol9_baseos_latest
Summary : Real-time file compressor
URL : https://www.lzop.org/
License : GPLv2+
Description : lzop is a compression utility which is designed to be a companion to gzip.
: It is based on the LZO data compression library and its main advantages over
: gzip are much higher compression and decompression speed at the cost of some
: compression ratio. The lzop compression utility was designed with the goals
: of reliability, speed, portability and with reasonable drop-in compatibility
: to gzip.