How to Install and Uninstall rust-directories3-devel.noarch Package on CentOS Stream 9

Last updated: October 04,2024

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

This guide let you learn how to install rust-directories3-devel.noarch on CentOS Stream 9

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

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

This is a short guide on how to uninstall rust-directories3-devel.noarch on CentOS Stream 9:

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

3. Information about the rust-directories3-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 1:09:35 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-directories3-devel
Version : 3.0.2
Release : 1.el9
Architecture : noarch
Size : 23 k
Source : rust-directories3-3.0.2-1.el9.src.rpm
Repository : epel
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.