How to Install and Uninstall rust-lzma-sys+default-devel.noarch Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "rust-lzma-sys+default-devel.noarch" package

This tutorial shows how to install rust-lzma-sys+default-devel.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install rust-lzma-sys+default-devel.noarch

2. Uninstall "rust-lzma-sys+default-devel.noarch" package

Please follow the steps below to uninstall rust-lzma-sys+default-devel.noarch on CentOS Stream 9:

$ sudo dnf remove rust-lzma-sys+default-devel.noarch $ sudo dnf autoremove

3. Information about the rust-lzma-sys+default-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 2:12:34 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-lzma-sys+default-devel
Version : 0.1.20
Release : 1.el9
Architecture : noarch
Size : 7.8 k
Source : rust-lzma-sys-0.1.20-1.el9.src.rpm
Repository : epel
Summary : Raw bindings to liblzma
URL : https://crates.io/crates/lzma-sys
License : MIT OR Apache-2.0
Description : Raw bindings to liblzma which contains an implementation of LZMA and xz stream
: encoding/decoding.
: High level Rust bindings are available in the `xz2` crate.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "lzma-sys" crate.