How to Install and Uninstall rust-rgb-devel.noarch Package on Fedora 39

Last updated: October 14,2024

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

This is a short guide on how to install rust-rgb-devel.noarch on Fedora 39

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

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

This guide let you learn how to uninstall rust-rgb-devel.noarch on Fedora 39:

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

3. Information about the rust-rgb-devel.noarch package on Fedora 39

Last metadata expiration check: 5:19:33 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-rgb-devel
Version : 0.8.37
Release : 1.fc39
Architecture : noarch
Size : 25 k
Source : rust-rgb-0.8.37-1.fc39.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 "rgb" crate.