How to Install and Uninstall rust-directories4-devel.noarch Package on AlmaLinux 9

Last updated: July 07,2024

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

This is a short guide on how to install rust-directories4-devel.noarch on AlmaLinux 9

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

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

Here is a brief guide to show you how to uninstall rust-directories4-devel.noarch on AlmaLinux 9:

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

3. Information about the rust-directories4-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 2:45:20 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-directories4-devel
Version : 4.0.1
Release : 1.el9
Architecture : noarch
Size : 23 k
Source : rust-directories4-4.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.