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

Last updated: October 09,2024

1. Install "rust-test-log-devel.noarch" package

This tutorial shows how to install rust-test-log-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install rust-test-log-devel.noarch

2. Uninstall "rust-test-log-devel.noarch" package

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

$ sudo dnf remove rust-test-log-devel.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:33:54 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-test-log-devel
Version : 0.2.13
Release : 1.el9
Architecture : noarch
Size : 18 k
Source : rust-test-log-0.2.13-1.el9.src.rpm
Repository : epel
Summary : Attribute for initializing logging and/or tracing before running tests
URL : https://crates.io/crates/test-log
License : Apache-2.0 OR MIT
Description : A replacement of the #[test] attribute that initializes logging and/or
: tracing infrastructure before running tests.
:
: This package contains library source intended for building other packages which
: use the "test-log" crate.