How to Install and Uninstall rust-smallvec-devel.noarch Package on Rocky Linux 9

Last updated: April 25,2024

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

Here is a brief guide to show you how to install rust-smallvec-devel.noarch on Rocky Linux 9

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

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

Please follow the step by step instructions below to uninstall rust-smallvec-devel.noarch on Rocky Linux 9:

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

3. Information about the rust-smallvec-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 2:12:46 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-smallvec-devel
Version : 1.11.2
Release : 1.el9
Architecture : noarch
Size : 40 k
Source : rust-smallvec-1.11.2-1.el9.src.rpm
Repository : epel
Summary : Store up to a small number of items on the stack
URL : https://crates.io/crates/smallvec
License : MIT OR Apache-2.0
Description : 'Small vector' optimization: store up to a small number of items on the
: stack.
:
: This package contains library source intended for building other packages which
: use the "smallvec" crate.