How to Install and Uninstall rust-litrs+unicode-xid-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

1. Install "rust-litrs+unicode-xid-devel.noarch" package

In this section, we are going to explain the necessary steps to install rust-litrs+unicode-xid-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install rust-litrs+unicode-xid-devel.noarch

2. Uninstall "rust-litrs+unicode-xid-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall rust-litrs+unicode-xid-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove rust-litrs+unicode-xid-devel.noarch $ sudo dnf autoremove

3. Information about the rust-litrs+unicode-xid-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:30:16 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-litrs+unicode-xid-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 "unicode-xid" feature of the "litrs" crate.