How to Install and Uninstall snappy.x86_64 Package on Fedora 36

Last updated: January 12,2025

1. Install "snappy.x86_64" package

Please follow the guidance below to install snappy.x86_64 on Fedora 36

$ 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 Fedora 36:

$ sudo dnf remove snappy.x86_64 $ sudo dnf autoremove

3. Information about the snappy.x86_64 package on Fedora 36

Last metadata expiration check: 0:09:30 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : snappy
Version : 1.1.9
Release : 4.fc36
Architecture : x86_64
Size : 36 k
Source : snappy-1.1.9-4.fc36.src.rpm
Repository : fedora
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.