How to Install and Uninstall rust-directories-devel.noarch Package on Oracle Linux 9

Last updated: July 03,2024

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

Please follow the instructions below to install rust-directories-devel.noarch on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall rust-directories-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-directories-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 2:37:06 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-directories-devel
Version : 5.0.1
Release : 1.el9
Architecture : noarch
Size : 24 k
Source : rust-directories-5.0.1-1.el9.src.rpm
Repository : epel
Summary : Platform-specific standard locations of directories
URL : https://crates.io/crates/directories
License : MIT OR Apache-2.0
Description : A 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.