How to Install and Uninstall rust-test-case-core+default-devel.noarch Package on Oracle Linux 9

Last updated: July 05,2024

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

Learn how to install rust-test-case-core+default-devel.noarch on Oracle Linux 9

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

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

Please follow the instructions below to uninstall rust-test-case-core+default-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-test-case-core+default-devel.noarch package on Oracle Linux 9

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