How To Install lzma-sdk457 on Fedora 36
Introduction
In this tutorial we learn how to install lzma-sdk457
on Fedora 36.
What is lzma-sdk457
LZMA SDK provides the documentation, samples, header files, libraries, and tools you need to develop applications that use LZMA compression. LZMA is default and general compression method of 7z format in 7-Zip compression program (7-zip.org). LZMA provides high compression ratio and very fast decompression. LZMA is an improved version of famous LZ77 compression algorithm. It was improved in way of maximum increasing of compression ratio, keeping high decompression speed and low memory requirements for decompressing.
We can use yum
or dnf
to install lzma-sdk457
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lzma-sdk457.
Install lzma-sdk457 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 lzma-sdk457
using dnf
by running the following command:
sudo dnf -y install lzma-sdk457
Install lzma-sdk457 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 lzma-sdk457
using yum
by running the following command:
sudo yum -y install lzma-sdk457
How To Uninstall lzma-sdk457 on Fedora 36
To uninstall only the lzma-sdk457
package we can use the following command:
sudo dnf remove lzma-sdk457
lzma-sdk457 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/f288da96d8b899f60708f163f1551da031385f
/usr/lib/liblzmasdk457.so.4
/usr/lib/liblzmasdk457.so.4.5.7
/usr/share/doc/lzma-sdk457
/usr/share/doc/lzma-sdk457/LGPL.txt
/usr/share/doc/lzma-sdk457/history.txt
/usr/share/doc/lzma-sdk457/lzma.txt
---
title: “How To Install lzma-sdk457 on Fedora 36”
linkTitle: “lzma-sdk457”
References
type: “docs”
- lzma-sdk457 website description: “In this tutorial we learn how to install lzma-sdk457 in Fedora 36. lzma-sdk457 is SDK for lzma compression”
date: “2022-08-17”
Summary
lastmod: “2022-08-17”
#image: /images/fedora/36/lzma-sdk457-featured.png
In this tutorial we learn how to install lzma-sdk457
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Introduction
In this tutorial we learn how to install lzma-sdk457
on Fedora 36.
What is lzma-sdk457
LZMA SDK provides the documentation, samples, header files, libraries, and tools you need to develop applications that use LZMA compression. LZMA is default and general compression method of 7z format in 7-Zip compression program (7-zip.org). LZMA provides high compression ratio and very fast decompression. LZMA is an improved version of famous LZ77 compression algorithm. It was improved in way of maximum increasing of compression ratio, keeping high decompression speed and low memory requirements for decompressing.
We can use yum
or dnf
to install lzma-sdk457
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lzma-sdk457.
Install lzma-sdk457 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 lzma-sdk457
using dnf
by running the following command:
sudo dnf -y install lzma-sdk457
Install lzma-sdk457 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 lzma-sdk457
using yum
by running the following command:
sudo yum -y install lzma-sdk457
How To Uninstall lzma-sdk457 on Fedora 36
To uninstall only the lzma-sdk457
package we can use the following command:
sudo dnf remove lzma-sdk457
lzma-sdk457 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/91
/usr/lib/.build-id/91/e19ae199acd8a06a40833978acad9568d34955
/usr/lib64/liblzmasdk457.so.4
/usr/lib64/liblzmasdk457.so.4.5.7
/usr/share/doc/lzma-sdk457
/usr/share/doc/lzma-sdk457/LGPL.txt
/usr/share/doc/lzma-sdk457/history.txt
/usr/share/doc/lzma-sdk457/lzma.txt
References
Summary
In this tutorial we learn how to install lzma-sdk457
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).