How to Install and Uninstall lz4.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 03,2024

1. Install "lz4.x86_64" package

This guide let you learn how to install lz4.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install lz4.x86_64

2. Uninstall "lz4.x86_64" package

Please follow the guidelines below to uninstall lz4.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove lz4.x86_64 $ sudo yum autoremove

3. Information about the lz4.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : lz4
Arch : x86_64
Version : 1.8.3
Release : 1.el7
Size : 201 k
Repo : installed
From repo : anaconda
Summary : Extremely fast compression algorithm
URL : https://lz4.github.io/lz4/
License : GPLv2+ and BSD
Description : LZ4 is an extremely fast loss-less compression algorithm,
: providing compression speed at 400 MB/s per core, scalable with
: multi-core CPU. It also features an extremely fast decoder, with
: speed in multiple GB/s per core, typically reaching RAM speed
: limits on multi-core systems.