How to Install and Uninstall rust-configparser+indexmap-devel.noarch Package on Fedora 39

Last updated: November 26,2024

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

This guide covers the steps necessary to install rust-configparser+indexmap-devel.noarch on Fedora 39

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

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

Please follow the steps below to uninstall rust-configparser+indexmap-devel.noarch on Fedora 39:

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

3. Information about the rust-configparser+indexmap-devel.noarch package on Fedora 39

Last metadata expiration check: 1:13:24 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rust-configparser+indexmap-devel
Version : 3.0.4
Release : 1.fc39
Architecture : noarch
Size : 8.3 k
Source : rust-configparser-3.0.4-1.fc39.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 "indexmap" feature of the "configparser" crate.