How to Install and Uninstall lzma-sdk457.x86_64 Package on Fedora 39

Last updated: October 08,2024

1. Install "lzma-sdk457.x86_64" package

Please follow the instructions below to install lzma-sdk457.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install lzma-sdk457.x86_64

2. Uninstall "lzma-sdk457.x86_64" package

This tutorial shows how to uninstall lzma-sdk457.x86_64 on Fedora 39:

$ sudo dnf remove lzma-sdk457.x86_64 $ sudo dnf autoremove

3. Information about the lzma-sdk457.x86_64 package on Fedora 39

Last metadata expiration check: 1:57:15 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : lzma-sdk457
Version : 4.57
Release : 27.fc39
Architecture : x86_64
Size : 102 k
Source : lzma-sdk457-4.57-27.fc39.src.rpm
Repository : fedora
Summary : SDK for lzma compression
URL : http://sourceforge.net/projects/sevenzip/
License : LGPLv2+
Description : 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.