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

Last updated: September 25,2024

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

In this section, we are going to explain the necessary steps to install rust-rust-embed+default-devel.noarch on CentOS Stream 9

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

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

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

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

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

Last metadata expiration check: 0:08:05 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-rust-embed+default-devel
Version : 6.8.1
Release : 2.el9
Architecture : noarch
Size : 8.3 k
Source : rust-rust-embed-6.8.1-2.el9.src.rpm
Repository : epel
Summary : Custom Derive Macro which loads files into the rust binary
URL : https://crates.io/crates/rust-embed
License : MIT
Description : Rust Custom Derive Macro which loads files into the rust binary at
: compile time during release and loads the file from the fs during dev.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "rust-embed" crate.