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

Last updated: October 11,2024

1. Install "lzip.x86_64" package

This guide let you learn how to install lzip.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install lzip.x86_64

2. Uninstall "lzip.x86_64" package

This guide let you learn how to uninstall lzip.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove lzip.x86_64 $ sudo dnf autoremove

3. Information about the lzip.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:40:23 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : lzip
Version : 1.21
Release : 1.el8
Architecture : x86_64
Size : 105 k
Source : lzip-1.21-1.el8.src.rpm
Repository : epel
Summary : LZMA compressor with integrity checking
URL : http://www.nongnu.org/lzip/lzip.html
License : GPLv3+
Description : Lzip compresses data using LZMA (Lempel-Ziv-Markov chain-Algorithm). It
: supports integrity checking using CRC (Cyclic Redundancy Check). To archive
: multiple files, tar can be used with lzip. Please note, that the lzip file
: format (.lz) is not compatible with the lzma file format (.lzma).