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

Last updated: October 28,2024

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

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

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

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

This tutorial shows how to uninstall rust-litrs+default-devel.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:32:59 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rust-litrs+default-devel
Version : 0.4.1
Release : 1.fc38
Architecture : noarch
Size : 7.4 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 "default" feature of the "litrs" crate.