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

Last updated: October 05,2024

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

This tutorial shows how to install rust-path-absolutize+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This tutorial shows how to uninstall rust-path-absolutize+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-path-absolutize+default-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:31:20 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-path-absolutize+default-devel
Version : 3.1.1
Release : 1.el9
Architecture : noarch
Size : 8.1 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 "default" feature of the "path-absolutize" crate.