How to Install and Uninstall rust-num_threads-devel.noarch Package on AlmaLinux 9

Last updated: October 07,2024

1. Install "rust-num_threads-devel.noarch" package

This tutorial shows how to install rust-num_threads-devel.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install rust-num_threads-devel.noarch

2. Uninstall "rust-num_threads-devel.noarch" package

Please follow the guidance below to uninstall rust-num_threads-devel.noarch on AlmaLinux 9:

$ sudo dnf remove rust-num_threads-devel.noarch $ sudo dnf autoremove

3. Information about the rust-num_threads-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 2:28:42 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-num_threads-devel
Version : 0.1.7
Release : 1.el9
Architecture : noarch
Size : 16 k
Source : rust-num_threads-0.1.7-1.el9.src.rpm
Repository : epel
Summary : Determine the number of running threads for the current process
URL : https://crates.io/crates/num_threads
License : MIT OR Apache-2.0
Description : A minimal library that determines the number of running threads for the
: current process.
:
: This package contains library source intended for building other packages which
: use the "num_threads" crate.