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

Last updated: May 18,2024

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

In this section, we are going to explain the necessary steps to install rust-dirs2-devel.noarch on Fedora 35

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

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

Please follow the steps below to uninstall rust-dirs2-devel.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:58:06 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rust-dirs2-devel
Version : 2.0.2
Release : 3.fc35
Architecture : noarch
Size : 20 k
Source : rust-dirs2-2.0.2-3.fc35.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.