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

Last updated: May 08,2024

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

In this section, we are going to explain the necessary steps to install rust-smallvec+union-devel.noarch on Oracle Linux 9

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

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

This tutorial shows how to uninstall rust-smallvec+union-devel.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 2:21:45 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-smallvec+union-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 "union" feature of the "smallvec" crate.