How to Install and Uninstall rust-litrs-devel.noarch Package on Fedora 38

Last updated: January 09,2025

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

This is a short guide on how to install rust-litrs-devel.noarch on Fedora 38

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

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

This guide covers the steps necessary to uninstall rust-litrs-devel.noarch on Fedora 38:

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

3. Information about the rust-litrs-devel.noarch package on Fedora 38

Last metadata expiration check: 0:43:58 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : rust-litrs-devel
Version : 0.4.1
Release : 1.fc38
Architecture : noarch
Size : 52 k
Source : rust-litrs-0.4.1-1.fc38.src.rpm
Repository : updates
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.