How to Install and Uninstall rust-toml+parse-devel.noarch Package on AlmaLinux 9

Last updated: July 02,2024

1. Install "rust-toml+parse-devel.noarch" package

This is a short guide on how to install rust-toml+parse-devel.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install rust-toml+parse-devel.noarch

2. Uninstall "rust-toml+parse-devel.noarch" package

Please follow the guidance below to uninstall rust-toml+parse-devel.noarch on AlmaLinux 9:

$ sudo dnf remove rust-toml+parse-devel.noarch $ sudo dnf autoremove

3. Information about the rust-toml+parse-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 2:11:54 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-toml+parse-devel
Version : 0.8.10
Release : 1.el9
Architecture : noarch
Size : 8.4 k
Source : rust-toml-0.8.10-1.el9.src.rpm
Repository : epel
Summary : Native Rust encoder and decoder of TOML-formatted files and streams
URL : https://crates.io/crates/toml
License : MIT OR Apache-2.0
Description : A native Rust encoder and decoder of TOML-formatted files and streams.
: Provides implementations of the standard Serialize/Deserialize traits
: for TOML data to facilitate deserializing and serializing Rust
: structures.
:
: This package contains library source intended for building other packages which
: use the "parse" feature of the "toml" crate.