How to Install and Uninstall rust-path-absolutize-devel.noarch Package on Rocky Linux 9

Last updated: July 02,2024

1. Install "rust-path-absolutize-devel.noarch" package

Here is a brief guide to show you how to install rust-path-absolutize-devel.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install rust-path-absolutize-devel.noarch

2. Uninstall "rust-path-absolutize-devel.noarch" package

Please follow the guidelines below to uninstall rust-path-absolutize-devel.noarch on Rocky Linux 9:

$ sudo dnf remove rust-path-absolutize-devel.noarch $ sudo dnf autoremove

3. Information about the rust-path-absolutize-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 0:23:32 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-path-absolutize-devel
Version : 3.1.1
Release : 1.el9
Architecture : noarch
Size : 16 k
Source : rust-path-absolutize-3.1.1-1.el9.src.rpm
Repository : epel
Summary : Extend Path and PathBuf for getting an absolute path
URL : https://crates.io/crates/path-absolutize
License : MIT
Description : A library for extending `Path` and `PathBuf` in order to get an absolute
: path and remove the containing dots.
:
: This package contains library source intended for building other packages which
: use the "path-absolutize" crate.