How to Install and Uninstall rust-no-panic+default-devel.noarch Package on Rocky Linux 9

Last updated: May 18,2024

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

This is a short guide on how to install rust-no-panic+default-devel.noarch on Rocky Linux 9

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

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

This guide covers the steps necessary to uninstall rust-no-panic+default-devel.noarch on Rocky Linux 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 Rocky Linux 9

Last metadata expiration check: 1:26:38 ago on Fri Feb 16 06:49:52 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.