How to Install and Uninstall rust-backtrace-devel.noarch Package on Rocky Linux 9

Last updated: May 20,2024

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

Please follow the guidance below to install rust-backtrace-devel.noarch on Rocky Linux 9

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

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

Learn how to uninstall rust-backtrace-devel.noarch on Rocky Linux 9:

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

3. Information about the rust-backtrace-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 0:33:39 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-backtrace-devel
Version : 0.3.69
Release : 1.el9
Architecture : noarch
Size : 75 k
Source : rust-backtrace-0.3.69-1.el9.src.rpm
Repository : epel
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 "backtrace" crate.