How to Install and Uninstall libslz.x86_64 Package on CentOS 8 / RHEL 8

Last updated: September 29,2024

1. Install "libslz.x86_64" package

In this section, we are going to explain the necessary steps to install libslz.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libslz.x86_64

2. Uninstall "libslz.x86_64" package

This tutorial shows how to uninstall libslz.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libslz.x86_64 $ sudo dnf autoremove

3. Information about the libslz.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:50:44 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libslz
Version : 1.2.0
Release : 2.el8
Architecture : x86_64
Size : 40 k
Source : libslz-1.2.0-2.el8.src.rpm
Repository : epel
Summary : StateLess Zip
URL : http://www.libslz.org/
License : MIT
Description : SLZ is a fast and memory-less stream compressor which produces an output that
: can be decompressed with zlib or gzip. It does not implement decompression at
: all, zlib is perfectly fine for this.
:
: The purpose is to use SLZ in situations where a zlib-compatible stream is
: needed and zlib's resource usage would be too high while the compression ratio
: is not critical. The typical use case is in HTTP servers and gateways which
: have to compress many streams in parallel with little CPU resources to assign
: to this task, and without having to limit the compression ratio due to the
: memory usage. In such an environment, the server's memory usage can easily be
: divided by 10 and the CPU usage by 3.