How to Install and Uninstall rust-rstest-devel.noarch Package on AlmaLinux 9

Last updated: July 07,2024

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

This guide covers the steps necessary to install rust-rstest-devel.noarch on AlmaLinux 9

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

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

Here is a brief guide to show you how to uninstall rust-rstest-devel.noarch on AlmaLinux 9:

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

3. Information about the rust-rstest-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 1:34:26 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-rstest-devel
Version : 0.18.2
Release : 1.el9
Architecture : noarch
Size : 44 k
Source : rust-rstest-0.18.2-1.el9.src.rpm
Repository : epel
Summary : Rust fixture based test framework
URL : https://crates.io/crates/rstest
License : MIT OR Apache-2.0
Description : Rust fixture based test framework. It use procedural macro to implement
: fixtures and table based tests.
:
: This package contains library source intended for building other packages which
: use the "rstest" crate.