How to Install and Uninstall rust-toml+default-devel.noarch Package on Rocky Linux 9

Last updated: May 06,2024

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

This guide covers the steps necessary to install rust-toml+default-devel.noarch on Rocky Linux 9

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

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

Learn how to uninstall rust-toml+default-devel.noarch on Rocky Linux 9:

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

3. Information about the rust-toml+default-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 1:37:35 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-toml+default-devel
Version : 0.8.8
Release : 1.el9
Architecture : noarch
Size : 8.2 k
Source : rust-toml-0.8.8-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 "default" feature of the "toml" crate.