How to Install and Uninstall rust-dirs4-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

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

Here is a brief guide to show you how to install rust-dirs4-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the guidelines below to uninstall rust-dirs4-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-dirs4-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:19:06 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-dirs4-devel
Version : 4.0.0
Release : 1.el9
Architecture : noarch
Size : 20 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 "dirs" crate.