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

Last updated: July 01,2024

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

Here is a brief guide to show you how to install rust-no-panic-devel.noarch on Oracle Linux 9

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

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

Please follow the steps below to uninstall rust-no-panic-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-no-panic-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 1:53:33 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-no-panic-devel
Version : 0.1.29
Release : 1.el9
Architecture : noarch
Size : 21 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 "no-panic" crate.