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

Last updated: May 05,2024

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

Please follow the guidelines below to install rust-configparser-devel.noarch on Fedora 34

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

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

This tutorial shows how to uninstall rust-configparser-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:55:02 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-configparser-devel
Version : 2.1.0
Release : 1.fc34
Architecture : noarch
Size : 26 k
Source : rust-configparser-2.1.0-1.fc34.src.rpm
Repository : updates
Summary : Simple configuration parsing utility with no dependencies
URL : https://crates.io/crates/configparser
License : MIT or LGPLv3+
Description : 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 "configparser" crate.