How To Install libdeflate on Fedora 36
Introduction
In this tutorial we learn how to install libdeflate on Fedora 36.
What is libdeflate
libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression, supporting DEFLATE, gzip, and zlib.
We can use yum or dnf to install libdeflate on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdeflate.
Install libdeflate 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 libdeflate using dnf by running the following command:
sudo dnf -y install libdeflate
Install libdeflate 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 libdeflate using yum by running the following command:
sudo yum -y install libdeflate
How To Uninstall libdeflate on Fedora 36
To uninstall only the libdeflate package we can use the following command:
sudo dnf remove libdeflate
libdeflate Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/dae3ffdc8a2e0bf3166806332990f0a4920d49
/usr/lib64/libdeflate.so.0
/usr/share/doc/libdeflate
/usr/share/doc/libdeflate/NEWS.md
/usr/share/doc/libdeflate/README.md
/usr/share/licenses/libdeflate
/usr/share/licenses/libdeflate/COPYING
References
Summary
In this tutorial we learn how to install libdeflate on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libdeflate on Fedora 36” linkTitle: “libdeflate” type: “docs” description: “In this tutorial we learn how to install libdeflate in Fedora 36. libdeflate is Fast implementation of DEFLATE, gzip, and zlib” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libdeflate-featured.png
Introduction
In this tutorial we learn how to install libdeflate on Fedora 36.
What is libdeflate
libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression, supporting DEFLATE, gzip, and zlib.
We can use yum or dnf to install libdeflate on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdeflate.
Install libdeflate 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 libdeflate using dnf by running the following command:
sudo dnf -y install libdeflate
Install libdeflate 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 libdeflate using yum by running the following command:
sudo yum -y install libdeflate
How To Uninstall libdeflate on Fedora 36
To uninstall only the libdeflate package we can use the following command:
sudo dnf remove libdeflate
libdeflate Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/831dffc2a185235964f915122ffd02daf96b62
/usr/lib/libdeflate.so.0
/usr/share/doc/libdeflate
/usr/share/doc/libdeflate/NEWS.md
/usr/share/doc/libdeflate/README.md
/usr/share/licenses/libdeflate
/usr/share/licenses/libdeflate/COPYING
References
Summary
In this tutorial we learn how to install libdeflate on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).