How to Install and Uninstall rust-darling+default-devel.noarch Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "rust-darling+default-devel.noarch" package

Please follow the steps below to install rust-darling+default-devel.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install rust-darling+default-devel.noarch

2. Uninstall "rust-darling+default-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall rust-darling+default-devel.noarch on CentOS Stream 9:

$ sudo dnf remove rust-darling+default-devel.noarch $ sudo dnf autoremove

3. Information about the rust-darling+default-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 3:18:53 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-darling+default-devel
Version : 0.20.4
Release : 1.el9
Architecture : noarch
Size : 8.1 k
Source : rust-darling-0.20.4-1.el9.src.rpm
Repository : epel
Summary : Parse attributes into structs for custom derive implementations
URL : https://crates.io/crates/darling
License : MIT
Description : A proc-macro library for reading attributes into structs when
: implementing custom derives.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "darling" crate.