How to Install and Uninstall rust-macro-attr+std-devel.noarch Package on Fedora 34

Last updated: May 11,2024

1. Install "rust-macro-attr+std-devel.noarch" package

In this section, we are going to explain the necessary steps to install rust-macro-attr+std-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rust-macro-attr+std-devel.noarch

2. Uninstall "rust-macro-attr+std-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall rust-macro-attr+std-devel.noarch on Fedora 34:

$ sudo dnf remove rust-macro-attr+std-devel.noarch $ sudo dnf autoremove

3. Information about the rust-macro-attr+std-devel.noarch package on Fedora 34

Last metadata expiration check: 0:52:15 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rust-macro-attr+std-devel
Version : 0.2.0
Release : 11.fc34
Architecture : noarch
Size : 7.8 k
Source : rust-macro-attr-0.2.0-11.fc34.src.rpm
Repository : fedora
Summary : Macro that enables the use of custom, macro-based attributes and derivations
URL : https://crates.io/crates/macro-attr
License : MIT or ASL 2.0
Description : This crate provides the `macro_attr!` macro that enables the use of custom,
: macro-based attributes and derivations. Supersedes the `custom_derive` crate.
:
: This package contains library source intended for building other packages
: which use "std" feature of "macro-attr" crate.