How to Install and Uninstall rust-rgb+argb-devel.noarch Package on Fedora 36

Last updated: May 06,2024

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

Please follow the guidelines below to install rust-rgb+argb-devel.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall rust-rgb+argb-devel.noarch on Fedora 36:

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

3. Information about the rust-rgb+argb-devel.noarch package on Fedora 36

Last metadata expiration check: 2:57:40 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-rgb+argb-devel
Version : 0.8.33
Release : 1.fc36
Architecture : noarch
Size : 8.4 k
Source : rust-rgb-0.8.33-1.fc36.src.rpm
Repository : updates
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 "argb" feature of the "rgb" crate.