How to Install and Uninstall rust-rgb+serde-devel.noarch Package on Fedora 34

Last updated: June 02,2024

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

This guide let you learn how to install rust-rgb+serde-devel.noarch on Fedora 34

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

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

Learn how to uninstall rust-rgb+serde-devel.noarch on Fedora 34:

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

3. Information about the rust-rgb+serde-devel.noarch package on Fedora 34

Last metadata expiration check: 1:15:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-rgb+serde-devel
Version : 0.8.32
Release : 1.fc34
Architecture : noarch
Size : 8.7 k
Source : rust-rgb-0.8.32-1.fc34.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 "serde" feature of the "rgb" crate.