How to Install and Uninstall snappy.src Package on Oracle Linux 9

Last updated: May 17,2024

1. Install "snappy.src" package

This guide let you learn how to install snappy.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install snappy.src

2. Uninstall "snappy.src" package

This is a short guide on how to uninstall snappy.src on Oracle Linux 9:

$ sudo dnf remove snappy.src $ sudo dnf autoremove

3. Information about the snappy.src package on Oracle Linux 9

Last metadata expiration check: 0:06:07 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : snappy
Version : 1.1.8
Release : 8.el9
Architecture : src
Size : 1.1 M
Source : None
Repository : ol9_baseos_latest
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.