How to Install and Uninstall rust-litrs+proc-macro2-devel.noarch Package on Oracle Linux 9

Last updated: September 24,2024

1. Install "rust-litrs+proc-macro2-devel.noarch" package

Learn how to install rust-litrs+proc-macro2-devel.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rust-litrs+proc-macro2-devel.noarch

2. Uninstall "rust-litrs+proc-macro2-devel.noarch" package

Please follow the guidance below to uninstall rust-litrs+proc-macro2-devel.noarch on Oracle Linux 9:

$ sudo dnf remove rust-litrs+proc-macro2-devel.noarch $ sudo dnf autoremove

3. Information about the rust-litrs+proc-macro2-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:03:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-litrs+proc-macro2-devel
Version : 0.4.1
Release : 1.el9
Architecture : noarch
Size : 7.4 k
Source : rust-litrs-0.4.1-1.el9.src.rpm
Repository : epel
Summary : Parse and inspect Rust literals
URL : https://crates.io/crates/litrs
License : MIT OR Apache-2.0
Description : Parse and inspect Rust literals (i.e. tokens in the Rust programming
: language representing fixed values). Particularly useful for proc
: macros, but can also be used outside of a proc-macro context.
:
: This package contains library source intended for building other packages which
: use the "proc-macro2" feature of the "litrs" crate.