How To Install csnappy on Fedora 36
Introduction
In this tutorial we learn how to install csnappy
on Fedora 36.
What is csnappy
This is an ANSI C port of Google’s Snappy library. Snappy is a compression library designed for speed rather than compression ratios.
We can use yum
or dnf
to install csnappy
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install csnappy.
Install csnappy on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install csnappy
using dnf
by running the following command:
sudo dnf -y install csnappy
Install csnappy on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install csnappy
using yum
by running the following command:
sudo yum -y install csnappy
How To Uninstall csnappy on Fedora 36
To uninstall only the csnappy
package we can use the following command:
sudo dnf remove csnappy
csnappy Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/ff08635061aa63f60195b4354023d206006823
/usr/lib/libcsnappy.so
/usr/share/doc/csnappy
/usr/share/doc/csnappy/README
/usr/share/doc/csnappy/TODO
/usr/share/licenses/csnappy
/usr/share/licenses/csnappy/LICENSE
References
Summary
In this tutorial we learn how to install csnappy
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install csnappy on Fedora 36” linkTitle: “csnappy” type: “docs” description: “In this tutorial we learn how to install csnappy in Fedora 36. csnappy is Snappy compression library ported to C” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/csnappy-featured.png
Introduction
In this tutorial we learn how to install csnappy
on Fedora 36.
What is csnappy
This is an ANSI C port of Google’s Snappy library. Snappy is a compression library designed for speed rather than compression ratios.
We can use yum
or dnf
to install csnappy
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install csnappy.
Install csnappy on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install csnappy
using dnf
by running the following command:
sudo dnf -y install csnappy
Install csnappy on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install csnappy
using yum
by running the following command:
sudo yum -y install csnappy
How To Uninstall csnappy on Fedora 36
To uninstall only the csnappy
package we can use the following command:
sudo dnf remove csnappy
csnappy Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/d3e835239837330b25883af6bbf24fba271196
/usr/lib64/libcsnappy.so
/usr/share/doc/csnappy
/usr/share/doc/csnappy/README
/usr/share/doc/csnappy/TODO
/usr/share/licenses/csnappy
/usr/share/licenses/csnappy/LICENSE
References
Summary
In this tutorial we learn how to install csnappy
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).