How to Install and Uninstall rust-darling_macro-devel.noarch Package on Oracle Linux 9

Last updated: October 05,2024

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

This is a short guide on how to install rust-darling_macro-devel.noarch on Oracle Linux 9

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

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

Here is a brief guide to show you how to uninstall rust-darling_macro-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-darling_macro-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 2:38:47 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-darling_macro-devel
Version : 0.20.4
Release : 1.el9
Architecture : noarch
Size : 11 k
Source : rust-darling_macro-0.20.4-1.el9.src.rpm
Repository : epel
Summary : Parse attributes into structs for custom derive implementations (internal support)
URL : https://crates.io/crates/darling_macro
License : MIT
Description : Internal support for a proc-macro library for reading attributes into
: structs when implementing custom derives. Use
: https://crates.io/crates/darling in your code.
:
: This package contains library source intended for building other packages which
: use the "darling_macro" crate.