How to Install and Uninstall liblzf.x86_64 Package on Fedora 39

Last updated: October 04,2024

1. Install "liblzf.x86_64" package

In this section, we are going to explain the necessary steps to install liblzf.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install liblzf.x86_64

2. Uninstall "liblzf.x86_64" package

Please follow the guidance below to uninstall liblzf.x86_64 on Fedora 39:

$ sudo dnf remove liblzf.x86_64 $ sudo dnf autoremove

3. Information about the liblzf.x86_64 package on Fedora 39

Last metadata expiration check: 4:00:00 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : liblzf
Version : 3.6
Release : 26.fc39
Architecture : x86_64
Size : 28 k
Source : liblzf-3.6-26.fc39.src.rpm
Repository : fedora
Summary : Small data compression library
URL : http://oldhome.schmorp.de/marc/liblzf.html
License : BSD or GPLv2+
Description : 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.