How to Install and Uninstall rust-smallvec+const_generics-devel.noarch Package on Oracle Linux 9

Last updated: May 10,2024

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

This tutorial shows how to install rust-smallvec+const_generics-devel.noarch on Oracle Linux 9

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

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

Learn how to uninstall rust-smallvec+const_generics-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-smallvec+const_generics-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 1:54:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-smallvec+const_generics-devel
Version : 1.11.2
Release : 1.el9
Architecture : noarch
Size : 7.9 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 "const_generics" feature of the "smallvec" crate.