How To Install liblzf on Fedora 36
Introduction
In this tutorial we learn how to install liblzf
on Fedora 36.
What is liblzf
LibLZF is a very small data compression library. It consists of only two .c and two .h files and is very easy to incorporate into your own programs. The compression algorithm is very, very fast, yet still written in portable C.
We can use yum
or dnf
to install liblzf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblzf.
Install liblzf 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 liblzf
using dnf
by running the following command:
sudo dnf -y install liblzf
Install liblzf 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 liblzf
using yum
by running the following command:
sudo yum -y install liblzf
How To Uninstall liblzf on Fedora 36
To uninstall only the liblzf
package we can use the following command:
sudo dnf remove liblzf
liblzf Package Contents on Fedora 36
/usr/bin/lzf
/usr/bin/unlzf
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/6c2b5529d13396ef84afd8de28642ed7b48ae5
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/1ff296903b5300a7ba3381d580d1f79beb5df7
/usr/lib/liblzf.so.1
/usr/lib/liblzf.so.1.0.0
/usr/share/doc/liblzf
/usr/share/doc/liblzf/Changes
/usr/share/doc/liblzf/LICENSE
/usr/share/doc/liblzf/README
/usr/share/doc/liblzf/cs
/usr/share/doc/liblzf/cs/CLZF.cs
/usr/share/doc/liblzf/cs/README
References
Summary
In this tutorial we learn how to install liblzf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install liblzf on Fedora 36” linkTitle: “liblzf” type: “docs” description: “In this tutorial we learn how to install liblzf in Fedora 36. liblzf is Small data compression library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/liblzf-featured.png
Introduction
In this tutorial we learn how to install liblzf
on Fedora 36.
What is liblzf
LibLZF is a very small data compression library. It consists of only two .c and two .h files and is very easy to incorporate into your own programs. The compression algorithm is very, very fast, yet still written in portable C.
We can use yum
or dnf
to install liblzf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblzf.
Install liblzf 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 liblzf
using dnf
by running the following command:
sudo dnf -y install liblzf
Install liblzf 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 liblzf
using yum
by running the following command:
sudo yum -y install liblzf
How To Uninstall liblzf on Fedora 36
To uninstall only the liblzf
package we can use the following command:
sudo dnf remove liblzf
liblzf Package Contents on Fedora 36
/usr/bin/lzf
/usr/bin/unlzf
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/75a5b2aabb4a84cda3333777a0aba4b9343472
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/98d603376ece7c5802bf2f8fd9ddcb6e3116aa
/usr/lib64/liblzf.so.1
/usr/lib64/liblzf.so.1.0.0
/usr/share/doc/liblzf
/usr/share/doc/liblzf/Changes
/usr/share/doc/liblzf/LICENSE
/usr/share/doc/liblzf/README
/usr/share/doc/liblzf/cs
/usr/share/doc/liblzf/cs/CLZF.cs
/usr/share/doc/liblzf/cs/README
References
Summary
In this tutorial we learn how to install liblzf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).