How to Install and Uninstall rust-tar+default-devel.noarch Package on Fedora 38

Last updated: September 29,2024

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

Please follow the guidelines below to install rust-tar+default-devel.noarch on Fedora 38

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

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

Please follow the step by step instructions below to uninstall rust-tar+default-devel.noarch on Fedora 38:

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

3. Information about the rust-tar+default-devel.noarch package on Fedora 38

Last metadata expiration check: 1:10:00 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rust-tar+default-devel
Version : 0.4.40
Release : 1.fc38
Architecture : noarch
Size : 8.1 k
Source : rust-tar-0.4.40-1.fc38.src.rpm
Repository : updates
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 "default" feature of the "tar" crate.