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

Last updated: October 06,2024

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

This guide let you learn how to install rust-directories+default-devel.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 2:37:14 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-directories+default-devel
Version : 3.0.2
Release : 1.fc34
Architecture : noarch
Size : 8.3 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 "default" feature of "directories" crate.