How to Install and Uninstall rust-backtrace+std-devel.noarch Package on Fedora 38

Last updated: May 20,2024

1. Install "rust-backtrace+std-devel.noarch" package

This tutorial shows how to install rust-backtrace+std-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install rust-backtrace+std-devel.noarch

2. Uninstall "rust-backtrace+std-devel.noarch" package

Please follow the step by step instructions below to uninstall rust-backtrace+std-devel.noarch on Fedora 38:

$ sudo dnf remove rust-backtrace+std-devel.noarch $ sudo dnf autoremove

3. Information about the rust-backtrace+std-devel.noarch package on Fedora 38

Last metadata expiration check: 3:32:28 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rust-backtrace+std-devel
Version : 0.3.69
Release : 1.fc38
Architecture : noarch
Size : 8.4 k
Source : rust-backtrace-0.3.69-1.fc38.src.rpm
Repository : updates
Summary : Library to acquire a stack trace (backtrace) at runtime in a Rust program
URL : https://crates.io/crates/backtrace
License : MIT OR Apache-2.0
Description : A library to acquire a stack trace (backtrace) at runtime in a Rust
: program.
:
: This package contains library source intended for building other packages which
: use the "std" feature of the "backtrace" crate.