< Home - < Back

libslz


Information about the package, libslz, which is shipped with common Linux distributions. The libslz package is designed for, StateLess Zip.


Package Name:

libslz

Summary:

StateLess Zip

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.

Architecture:

x86_64

Version:

1.1.0

Release:

2.el6

Size:

34 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for libslz


Control the libslz package with the following handy commands outlined below.


Command

Description of Command

yum install libslz

This command will install libslz on the server.

yum remove libslz

This command will un-install libslz on the server. When you run this command, you will be asked if you are sure that you want to remove libslz, so you have to manually confirm that you want to do this.

yum -y remove libslz

This command will un-install libslz on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libslz when using the -y flag.

yum update libslz

This command will update libslz to the latest version. When you run this command, you will be asked if you are sure that you want to remove libslz, so you have to manually confirm that you want to do this.

yum -y update libslz

This command will update libslz to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libslz when using the -y flag.

yum info libslz

This command will show you core information about the libslz package.

yum deplist libslz

This command will show you the dependencies for libslz. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update libslz

This command will check if there is an update waiting on libslz. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.