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

Last updated: July 05,2024

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

Please follow the step by step instructions below to install rust-toml-devel.noarch on Fedora 34

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

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

This is a short guide on how to uninstall rust-toml-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:36:12 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rust-toml-devel
Version : 0.5.8
Release : 2.fc34
Architecture : noarch
Size : 56 k
Source : rust-toml-0.5.8-2.fc34.src.rpm
Repository : fedora
Summary : Native Rust encoder and decoder of TOML-formatted files and streams
URL : https://crates.io/crates/toml
License : MIT or ASL 2.0
Description : 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 "toml" crate.