How to Install and Uninstall rust-rgb+bytemuck-devel.noarch Package on Fedora 35

Last updated: July 03,2024

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

Learn how to install rust-rgb+bytemuck-devel.noarch on Fedora 35

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

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

This is a short guide on how to uninstall rust-rgb+bytemuck-devel.noarch on Fedora 35:

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

3. Information about the rust-rgb+bytemuck-devel.noarch package on Fedora 35

Last metadata expiration check: 2:10:45 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rust-rgb+bytemuck-devel
Version : 0.8.33
Release : 1.fc35
Architecture : noarch
Size : 8.6 k
Source : rust-rgb-0.8.33-1.fc35.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 "bytemuck" feature of the "rgb" crate.