How to Install and Uninstall rust-scratch+default-devel.noarch Package on CentOS Stream 9

Last updated: January 15,2025

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

This tutorial shows how to install rust-scratch+default-devel.noarch on CentOS Stream 9

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

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

Please follow the step by step instructions below to uninstall rust-scratch+default-devel.noarch on CentOS Stream 9:

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

3. Information about the rust-scratch+default-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 0:24:00 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-scratch+default-devel
Version : 1.0.7
Release : 1.el9
Architecture : noarch
Size : 7.8 k
Source : rust-scratch-1.0.7-1.el9.src.rpm
Repository : epel
Summary : Shared compile-time directory
URL : https://crates.io/crates/scratch
License : MIT OR Apache-2.0
Description : Compile-time temporary directory shared by multiple crates and erased by
: `cargo clean`.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "scratch" crate.