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

Last updated: October 08,2024

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

This is a short guide on how to install rust-directories-devel.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall rust-directories-devel.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:58:04 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-directories-devel
Version : 4.0.1
Release : 1.fc35
Architecture : noarch
Size : 24 k
Source : rust-directories-4.0.1-1.fc35.src.rpm
Repository : updates
Summary : 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 the "directories" crate.