How to Install and Uninstall rust-test-log+default-devel.noarch Package on Rocky Linux 9

Last updated: October 07,2024

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

This tutorial shows how to install rust-test-log+default-devel.noarch on Rocky Linux 9

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

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

This tutorial shows how to uninstall rust-test-log+default-devel.noarch on Rocky Linux 9:

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

3. Information about the rust-test-log+default-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 2:12:54 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-test-log+default-devel
Version : 0.2.13
Release : 1.el9
Architecture : noarch
Size : 7.2 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 "default" feature of the "test-log" crate.