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

Last updated: October 11,2024

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

In this section, we are going to explain the necessary steps to install rust-litrs-devel.noarch on Fedora 39

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

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

Learn how to uninstall rust-litrs-devel.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:48:51 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rust-litrs-devel
Version : 0.4.1
Release : 1.fc39
Architecture : noarch
Size : 52 k
Source : rust-litrs-0.4.1-1.fc39.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.