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

Last updated: October 15,2024

1. Install "rust-rgb+as-bytes-devel.noarch" package

This guide let you learn how to install rust-rgb+as-bytes-devel.noarch on Fedora 39

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

2. Uninstall "rust-rgb+as-bytes-devel.noarch" package

This guide covers the steps necessary to uninstall rust-rgb+as-bytes-devel.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:51:02 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rust-rgb+as-bytes-devel
Version : 0.8.37
Release : 1.fc39
Architecture : noarch
Size : 8.7 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 "as-bytes" feature of the "rgb" crate.