How to Install and Uninstall rust-test-case+regex-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "rust-test-case+regex-devel.noarch" package

In this section, we are going to explain the necessary steps to install rust-test-case+regex-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install rust-test-case+regex-devel.noarch

2. Uninstall "rust-test-case+regex-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall rust-test-case+regex-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove rust-test-case+regex-devel.noarch $ sudo dnf autoremove

3. Information about the rust-test-case+regex-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:30:44 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-test-case+regex-devel
Version : 3.3.1
Release : 1.el9
Architecture : noarch
Size : 8.0 k
Source : rust-test-case-3.3.1-1.el9.src.rpm
Repository : epel
Summary : Procedural macro attribute for generating parametrized test cases
URL : https://crates.io/crates/test-case
License : MIT
Description : Provides #[test_case(...)] procedural macro attribute for generating
: parametrized test cases easily.
:
: This package contains library source intended for building other packages which
: use the "regex" feature of the "test-case" crate.