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

Last updated: September 27,2024

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

Please follow the step by step instructions below to install rust-dirs+default-devel.noarch on Fedora 38

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

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

Learn how to uninstall rust-dirs+default-devel.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:33:14 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : rust-dirs+default-devel
Version : 5.0.1
Release : 1.fc38
Architecture : noarch
Size : 8.1 k
Source : rust-dirs-5.0.1-1.fc38.src.rpm
Repository : updates
Summary : Platform abstractions for common directories
URL : https://crates.io/crates/dirs
License : MIT OR Apache-2.0
Description : A tiny low-level library that provides platform-specific standard
: locations of directories for config, cache and other data on Linux,
: Windows, macOS and Redox by leveraging the mechanisms defined by the XDG
: base/user directory specifications on Linux, the Known Folder API on
: Windows, and the Standard Directory guidelines on macOS.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "dirs" crate.