How to Install and Uninstall rust-toml-devel.noarch Package on Fedora 38

Last updated: February 06,2025

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

Please follow the steps below to install rust-toml-devel.noarch on Fedora 38

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

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

Please follow the step by step instructions below to uninstall rust-toml-devel.noarch on Fedora 38:

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

3. Information about the rust-toml-devel.noarch package on Fedora 38

Last metadata expiration check: 4:39:22 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rust-toml-devel
Version : 0.8.10
Release : 1.fc38
Architecture : noarch
Size : 58 k
Source : rust-toml-0.8.10-1.fc38.src.rpm
Repository : updates
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 "toml" crate.