< Home - < Back

snappy


Information about the package, snappy, which is shipped with common Linux distributions. The snappy package is designed for, Fast compression and decompression library.


Package Name:

snappy

Summary:

Fast compression and decompression library

Description:

Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger.

Architecture:

x86_64

Version:

1.1.0

Release:

1.el6

Size:

39 k

Repository:

base

From Repository:

Licence:

BSD



Handy Yum Commands for snappy


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


Command

Description of Command

yum install snappy

This command will install snappy on the server.

yum remove snappy

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

yum -y remove snappy

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

yum update snappy

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

yum -y update snappy

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

yum info snappy

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

yum deplist snappy

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

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