How to Install and Uninstall rust-smallvec-devel.noarch Package on Fedora 39

Last updated: October 03,2024

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

Please follow the instructions below to install rust-smallvec-devel.noarch on Fedora 39

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

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

In this section, we are going to explain the necessary steps to uninstall rust-smallvec-devel.noarch on Fedora 39:

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

3. Information about the rust-smallvec-devel.noarch package on Fedora 39

Last metadata expiration check: 5:20:09 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-smallvec-devel
Version : 1.13.1
Release : 1.fc39
Architecture : noarch
Size : 41 k
Source : rust-smallvec-1.13.1-1.fc39.src.rpm
Repository : updates
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.