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

Last updated: September 06,2024

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

Please follow the guidelines below to install rust-tar-devel.noarch on Fedora 34

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

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

This is a short guide on how to uninstall rust-tar-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:42:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-tar-devel
Version : 0.4.38
Release : 1.fc34
Architecture : noarch
Size : 52 k
Source : rust-tar-0.4.38-1.fc34.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.