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

Last updated: November 27,2024

1. Install "lzop.src" package

Please follow the guidelines below to install lzop.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install lzop.src

2. Uninstall "lzop.src" package

This guide let you learn how to uninstall lzop.src on Oracle Linux 8:

$ sudo dnf remove lzop.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:05:34 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : lzop
Version : 1.03
Release : 20.el8
Architecture : src
Size : 377 k
Source : None
Repository : ol8_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.