< Home - < Back

miniz


Information about the package, miniz, which is shipped with common Linux distributions. The miniz package is designed for, Compression library implementing the zlib and Deflate.


Package Name:

miniz

Summary:

Compression library implementing the zlib and Deflate

Description:

Miniz is a lossless, high performance data compression library in a single source file that implements the zlib (RFC 1950) and Deflate (RFC 1951) compressed data format specification standards. It supports the most commonly used functions exported by the zlib library, but is a completely independent implementation so zlib's licensing requirements do not apply. It also contains simple to use functions for writing PNG format image files and reading/writing/appending ZIP format archives. Miniz's compression speed has been tuned to be comparable to zlib's, and it also has a specialized real-time compressor function designed to compare well against fastlz/minilzo.

Architecture:

x86_64

Version:

1.15

Release:

4.r4.el6

Size:

34 k

Repository:

epel

From Repository:

Licence:

Unlicense



Handy Yum Commands for miniz


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


Command

Description of Command

yum install miniz

This command will install miniz on the server.

yum remove miniz

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

yum -y remove miniz

This command will un-install miniz 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 miniz when using the -y flag.

yum update miniz

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

yum -y update miniz

This command will update miniz 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 miniz when using the -y flag.

yum info miniz

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

yum deplist miniz

This command will show you the dependencies for miniz. 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 miniz

This command will check if there is an update waiting on miniz. 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.