How to Install and Uninstall rust-dirs4+default-devel.noarch Package on Oracle Linux 9

Last updated: September 20,2024

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

Please follow the steps below to install rust-dirs4+default-devel.noarch on Oracle Linux 9

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

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

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

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

3. Information about the rust-dirs4+default-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:27:45 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-dirs4+default-devel
Version : 4.0.0
Release : 1.el9
Architecture : noarch
Size : 7.3 k
Source : rust-dirs4-4.0.0-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 "default" feature of the "dirs" crate.