How to Install and Uninstall rust-rgb+grb-devel.noarch Package on AlmaLinux 9

Last updated: June 16,2024

1. Install "rust-rgb+grb-devel.noarch" package

In this section, we are going to explain the necessary steps to install rust-rgb+grb-devel.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install rust-rgb+grb-devel.noarch

2. Uninstall "rust-rgb+grb-devel.noarch" package

Please follow the guidance below to uninstall rust-rgb+grb-devel.noarch on AlmaLinux 9:

$ sudo dnf remove rust-rgb+grb-devel.noarch $ sudo dnf autoremove

3. Information about the rust-rgb+grb-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 1:05:34 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-rgb+grb-devel
Version : 0.8.37
Release : 1.el9
Architecture : noarch
Size : 8.6 k
Source : rust-rgb-0.8.37-1.el9.src.rpm
Repository : epel
Summary : Struct RGB/RGBA/etc. for sharing pixels between crates
URL : https://crates.io/crates/rgb
License : MIT
Description : `struct RGB/RGBA/etc.` for sharing pixels between crates + convenience
: methods for color manipulation. Allows no-copy high-level
: interoperability. Also adds common convenience methods and implements
: standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class
: Rust objects.
:
: This package contains library source intended for building other packages which
: use the "grb" feature of the "rgb" crate.