How to Install and Uninstall rust-arrayvec0.5+serde-devel.noarch Package on Fedora 39

Last updated: October 03,2024

1. Install "rust-arrayvec0.5+serde-devel.noarch" package

This is a short guide on how to install rust-arrayvec0.5+serde-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rust-arrayvec0.5+serde-devel.noarch

2. Uninstall "rust-arrayvec0.5+serde-devel.noarch" package

This guide covers the steps necessary to uninstall rust-arrayvec0.5+serde-devel.noarch on Fedora 39:

$ sudo dnf remove rust-arrayvec0.5+serde-devel.noarch $ sudo dnf autoremove

3. Information about the rust-arrayvec0.5+serde-devel.noarch package on Fedora 39

Last metadata expiration check: 5:26:06 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rust-arrayvec0.5+serde-devel
Version : 0.5.2
Release : 7.fc39
Architecture : noarch
Size : 8.1 k
Source : rust-arrayvec0.5-0.5.2-7.fc39.src.rpm
Repository : fedora
Summary : Vector with fixed capacity, backed by an array
URL : https://crates.io/crates/arrayvec
License : MIT OR Apache-2.0
Description : A vector with fixed capacity, backed by an array (it can be stored on
: the stack too). Implements fixed capacity ArrayVec and ArrayString.
:
: This package contains library source intended for building other packages which
: use the "serde" feature of the "arrayvec" crate.