How to Install and Uninstall rust-toml+preserve_order-devel.noarch Package on Fedora 35

Last updated: October 06,2024

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

This tutorial shows how to install rust-toml+preserve_order-devel.noarch on Fedora 35

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

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

Learn how to uninstall rust-toml+preserve_order-devel.noarch on Fedora 35:

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

3. Information about the rust-toml+preserve_order-devel.noarch package on Fedora 35

Last metadata expiration check: 5:25:49 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-toml+preserve_order-devel
Version : 0.5.9
Release : 1.fc35
Architecture : noarch
Size : 8.0 k
Source : rust-toml-0.5.9-1.fc35.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 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 the "preserve_order" feature of the "toml" crate.