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

Last updated: July 01,2024

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

Here is a brief guide to show you how to install rust-directories-devel.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall rust-directories-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:19:25 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rust-directories-devel
Version : 3.0.2
Release : 1.fc34
Architecture : noarch
Size : 25 k
Source : rust-directories-3.0.2-1.fc34.src.rpm
Repository : updates
Summary : Library that provides platform-specific standard locations of directories
URL : https://crates.io/crates/directories
License : MIT or ASL 2.0
Description : Tiny mid-level library that provides platform-specific standard locations of
: directories for config, cache and other data on Linux, Windows and macOS 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 "directories" crate.