How to Install and Uninstall rust-litrs-devel.noarch Package on AlmaLinux 9

Last updated: October 06,2024

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

This is a short guide on how to install rust-litrs-devel.noarch on AlmaLinux 9

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

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

Please follow the step by step instructions below to uninstall rust-litrs-devel.noarch on AlmaLinux 9:

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

3. Information about the rust-litrs-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 1:41:25 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-litrs-devel
Version : 0.4.1
Release : 1.el9
Architecture : noarch
Size : 46 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 "litrs" crate.