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

Last updated: October 04,2024

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

This tutorial shows how to install rust-tar-devel.noarch on Fedora 39

$ 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 39:

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

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

Last metadata expiration check: 2:17:08 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-tar-devel
Version : 0.4.40
Release : 1.fc39
Architecture : noarch
Size : 57 k
Source : rust-tar-0.4.40-1.fc39.src.rpm
Repository : fedora
Summary : Rust implementation of a TAR file reader and writer
URL : https://crates.io/crates/tar
License : MIT OR Apache-2.0
Description : A 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.