How to Install and Uninstall rust-rustdct-devel.noarch Package on CentOS Stream 9

Last updated: September 27,2024

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

This is a short guide on how to install rust-rustdct-devel.noarch on CentOS Stream 9

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

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

This tutorial shows how to uninstall rust-rustdct-devel.noarch on CentOS Stream 9:

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

3. Information about the rust-rustdct-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 3:18:37 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-rustdct-devel
Version : 0.7.1
Release : 1.el9
Architecture : noarch
Size : 46 k
Source : rust-rustdct-0.7.1-1.el9.src.rpm
Repository : epel
Summary : Compute Discrete Cosine Transforms (DCT) in O(nlogn) time
URL : https://crates.io/crates/rustdct
License : MIT OR Apache-2.0
Description : Compute Discrete Cosine Transforms (DCT) of any size in O(nlogn) time, in pure
: Rust.
:
: This package contains library source intended for building other packages which
: use the "rustdct" crate.