How To Install lzma-sdk on Fedora 36
Introduction
In this tutorial we learn how to install lzma-sdk
on Fedora 36.
What is lzma-sdk
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 (www.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-sdk
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lzma-sdk.
Install lzma-sdk 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-sdk
using dnf
by running the following command:
sudo dnf -y install lzma-sdk
Install lzma-sdk 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-sdk
using yum
by running the following command:
sudo yum -y install lzma-sdk
How To Uninstall lzma-sdk on Fedora 36
To uninstall only the lzma-sdk
package we can use the following command:
sudo dnf remove lzma-sdk
lzma-sdk Package Contents on Fedora 36
---
title: "How To Install lzma-sdk on Fedora 36"
linkTitle: "lzma-sdk"
type: "docs"
description: "In this tutorial we learn how to install lzma-sdk in Fedora 36. lzma-sdk is SDK for lzma compression"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/lzma-sdk-featured.png
---
## Introduction
In this tutorial we learn how to install `lzma-sdk` on Fedora 36.
### What is `lzma-sdk`
> 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 (www.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-sdk` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lzma-sdk.
## Install lzma-sdk on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install lzma-sdk
using dnf
by running the following command:
sudo dnf -y install lzma-sdk
Install lzma-sdk 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-sdk
using yum
by running the following command:
sudo yum -y install lzma-sdk
How To Uninstall lzma-sdk on Fedora 36
To uninstall only the lzma-sdk
package we can use the following command:
sudo dnf remove lzma-sdk
lzma-sdk Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/970c852974c66cdb15ed846cc4cef42e33afcd
/usr/lib/liblzmasdk.so.4
/usr/lib/liblzmasdk.so.4.6.5
/usr/share/doc/lzma-sdk
/usr/share/doc/lzma-sdk/history.txt
/usr/share/doc/lzma-sdk/lzma-sdk-LICENSE.fedora
/usr/share/doc/lzma-sdk/lzma.txt
References
Summary
In this tutorial we learn how to install lzma-sdk
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/d3 /usr/lib/.build-id/d3/62082fdcac56a5ff5bc1638fa74b44d725c364 /usr/lib64/liblzmasdk.so.4 /usr/lib64/liblzmasdk.so.4.6.5 /usr/share/doc/lzma-sdk /usr/share/doc/lzma-sdk/history.txt /usr/share/doc/lzma-sdk/lzma-sdk-LICENSE.fedora /usr/share/doc/lzma-sdk/lzma.txt
## References
* [lzma-sdk website](http://sourceforge.net/projects/sevenzip/)
## Summary
In this tutorial we learn how to install `lzma-sdk` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).