How to Install and Uninstall rust-configparser2-devel.noarch Package on Fedora 38

Last updated: November 30,2024

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

In this section, we are going to explain the necessary steps to install rust-configparser2-devel.noarch on Fedora 38

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

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

This is a short guide on how to uninstall rust-configparser2-devel.noarch on Fedora 38:

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

3. Information about the rust-configparser2-devel.noarch package on Fedora 38

Last metadata expiration check: 4:16:49 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rust-configparser2-devel
Version : 2.1.0
Release : 1.fc38
Architecture : noarch
Size : 25 k
Source : rust-configparser2-2.1.0-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 "configparser" crate.