How to Install and Uninstall snappy.x86_64 Package on Rocky Linux 9

Last updated: November 01,2024

1. Install "snappy.x86_64" package

This tutorial shows how to install snappy.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install snappy.x86_64

2. Uninstall "snappy.x86_64" package

In this section, we are going to explain the necessary steps to uninstall snappy.x86_64 on Rocky Linux 9:

$ sudo dnf remove snappy.x86_64 $ sudo dnf autoremove

3. Information about the snappy.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:47:25 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : snappy
Version : 1.1.8
Release : 8.el9
Architecture : x86_64
Size : 34 k
Source : snappy-1.1.8-8.el9.src.rpm
Repository : baseos
Summary : Fast compression and decompression library
URL : https://github.com/google/snappy
License : BSD
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.