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

Last updated: October 05,2024

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

This tutorial shows how to install rust-dirs+default-devel.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 3:32:29 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-dirs+default-devel
Version : 4.0.0
Release : 1.fc34
Architecture : noarch
Size : 8.2 k
Source : rust-dirs-4.0.0-1.fc34.src.rpm
Repository : updates
Summary : Platform abstractions for common directories
URL : https://crates.io/crates/dirs
License : MIT or ASL 2.0
Description : 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 "default" feature of "dirs" crate.