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

Last updated: February 04,2025

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

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

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

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

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

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

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

Last metadata expiration check: 2:22:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-configparser-devel
Version : 2.1.0
Release : 2.fc35
Architecture : noarch
Size : 26 k
Source : rust-configparser-2.1.0-2.fc35.src.rpm
Repository : fedora
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.