How to Install and Uninstall rust-tar-devel.noarch Package on Fedora 35

Last updated: October 07,2024

1. Install "rust-tar-devel.noarch" package

Please follow the guidance below to install rust-tar-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install rust-tar-devel.noarch

2. Uninstall "rust-tar-devel.noarch" package

Please follow the instructions below to uninstall rust-tar-devel.noarch on Fedora 35:

$ sudo dnf remove rust-tar-devel.noarch $ sudo dnf autoremove

3. Information about the rust-tar-devel.noarch package on Fedora 35

Last metadata expiration check: 2:19:56 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-tar-devel
Version : 0.4.38
Release : 1.fc35
Architecture : noarch
Size : 52 k
Source : rust-tar-0.4.38-1.fc35.src.rpm
Repository : updates
Summary : Rust implementation of a TAR file reader and writer
URL : https://crates.io/crates/tar
License : MIT or ASL 2.0
Description : Rust implementation of a TAR file reader and writer. This library does not
: currently handle compression, but it is abstract over all I/O readers and
: writers. Additionally, great lengths are taken to ensure that the entire
: contents are never required to be entirely resident in memory all at once.
:
: This package contains library source intended for building other packages which
: use the "tar" crate.