How to Install and Uninstall rust-toml0.4+default-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: May 23,2024

1. Install "rust-toml0.4+default-devel.noarch" package

Please follow the step by step instructions below to install rust-toml0.4+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "rust-toml0.4+default-devel.noarch" package

Please follow the guidelines below to uninstall rust-toml0.4+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-toml0.4+default-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:49:38 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-toml0.4+default-devel
Version : 0.4.10
Release : 14.el9
Architecture : noarch
Size : 7.8 k
Source : rust-toml0.4-0.4.10-14.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.