How to Install and Uninstall rust-configparser+async-std-devel.noarch Package on Fedora 38

Last updated: October 26,2024

1. Install "rust-configparser+async-std-devel.noarch" package

Please follow the steps below to install rust-configparser+async-std-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install rust-configparser+async-std-devel.noarch

2. Uninstall "rust-configparser+async-std-devel.noarch" package

This is a short guide on how to uninstall rust-configparser+async-std-devel.noarch on Fedora 38:

$ sudo dnf remove rust-configparser+async-std-devel.noarch $ sudo dnf autoremove

3. Information about the rust-configparser+async-std-devel.noarch package on Fedora 38

Last metadata expiration check: 3:30:25 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rust-configparser+async-std-devel
Version : 3.0.4
Release : 1.fc38
Architecture : noarch
Size : 8.2 k
Source : rust-configparser-3.0.4-1.fc38.src.rpm
Repository : updates
Summary : Simple configuration parsing utility with no dependencies
URL : https://crates.io/crates/configparser
License : MIT OR LGPL-3.0-or-later
Description : A simple configuration parsing utility with no dependencies that allows
: you to parse INI and ini-style syntax. You can use this to write Rust
: programs which can be customized by end users easily.
:
: This package contains library source intended for building other packages which
: use the "async-std" feature of the "configparser" crate.