How to Install and Uninstall rust-no-panic+default-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "rust-no-panic+default-devel.noarch" package

Please follow the instructions below to install rust-no-panic+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "rust-no-panic+default-devel.noarch" package

Please follow the step by step instructions below to uninstall rust-no-panic+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-no-panic+default-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:04:35 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-no-panic+default-devel
Version : 0.1.29
Release : 1.el9
Architecture : noarch
Size : 8.3 k
Source : rust-no-panic-0.1.29-1.el9.src.rpm
Repository : epel
Summary : Attribute macro to require that the compiler prove a function can't ever panic
URL : https://crates.io/crates/no-panic
License : MIT OR Apache-2.0
Description : Attribute macro to require that the compiler prove a function can't ever
: panic.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "no-panic" crate.