How to Install and Uninstall rust-test-log+trace-devel.noarch Package on CentOS Stream 9

Last updated: October 06,2024

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

This tutorial shows how to install rust-test-log+trace-devel.noarch on CentOS Stream 9

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

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

Please follow the guidance below to uninstall rust-test-log+trace-devel.noarch on CentOS Stream 9:

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

3. Information about the rust-test-log+trace-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 0:58:35 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-test-log+trace-devel
Version : 0.2.13
Release : 1.el9
Architecture : noarch
Size : 7.1 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 "trace" feature of the "test-log" crate.