How to Install and Uninstall snappy.i686 Package on AlmaLinux 8

Last updated: October 06,2024

1. Install "snappy.i686" package

Please follow the guidance below to install snappy.i686 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install snappy.i686

2. Uninstall "snappy.i686" package

Please follow the instructions below to uninstall snappy.i686 on AlmaLinux 8:

$ sudo dnf remove snappy.i686 $ sudo dnf autoremove

3. Information about the snappy.i686 package on AlmaLinux 8

Last metadata expiration check: 0:56:00 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : snappy
Version : 1.1.8
Release : 3.el8
Architecture : i686
Size : 38 k
Source : snappy-1.1.8-3.el8.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.