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

Last updated: July 08,2024

1. Install "snappy.i686" package

This tutorial shows how to install snappy.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install snappy.i686

2. Uninstall "snappy.i686" package

In this section, we are going to explain the necessary steps to uninstall snappy.i686 on Fedora 36:

$ sudo dnf remove snappy.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:36:58 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : snappy
Version : 1.1.9
Release : 4.fc36
Architecture : i686
Size : 37 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.