How to Install and Uninstall rust-dirs-devel.noarch Package on Fedora 36

Last updated: October 06,2024

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

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

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

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

Please follow the guidelines below to uninstall rust-dirs-devel.noarch on Fedora 36:

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

3. Information about the rust-dirs-devel.noarch package on Fedora 36

Last metadata expiration check: 0:43:07 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : rust-dirs-devel
Version : 4.0.0
Release : 2.fc36
Architecture : noarch
Size : 21 k
Source : rust-dirs-4.0.0-2.fc36.src.rpm
Repository : fedora
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 "dirs" crate.