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

Last updated: September 25,2024

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

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

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

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

This guide let you learn how to uninstall rust-dirs-devel.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:42:02 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-dirs-devel
Version : 5.0.1
Release : 1.el9
Architecture : noarch
Size : 20 k
Source : rust-dirs-5.0.1-1.el9.src.rpm
Repository : epel
Summary : Platform abstractions for common directories
URL : https://crates.io/crates/dirs
License : MIT OR Apache-2.0
Description : A 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 the "dirs" crate.