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

Last updated: September 27,2024

1. Install "rust-arrayvec+serde-devel.noarch" package

This guide let you learn how to install rust-arrayvec+serde-devel.noarch on Oracle Linux 9

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

2. Uninstall "rust-arrayvec+serde-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall rust-arrayvec+serde-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-arrayvec+serde-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:48:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-arrayvec+serde-devel
Version : 0.7.4
Release : 1.el9
Architecture : noarch
Size : 8.0 k
Source : rust-arrayvec-0.7.4-1.el9.src.rpm
Repository : epel
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.