How to Install and Uninstall rust-threadpool+default-devel.noarch Package on Fedora 39

Last updated: January 11,2025

1. Install "rust-threadpool+default-devel.noarch" package

This guide covers the steps necessary to install rust-threadpool+default-devel.noarch on Fedora 39

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

2. Uninstall "rust-threadpool+default-devel.noarch" package

Learn how to uninstall rust-threadpool+default-devel.noarch on Fedora 39:

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

3. Information about the rust-threadpool+default-devel.noarch package on Fedora 39

Last metadata expiration check: 0:07:19 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-threadpool+default-devel
Version : 1.8.1
Release : 11.fc39
Architecture : noarch
Size : 7.9 k
Source : rust-threadpool-1.8.1-11.fc39.src.rpm
Repository : fedora
Summary : Thread pool for running a number of jobs on a fixed set of worker threads
URL : https://crates.io/crates/threadpool
License : MIT OR Apache-2.0
Description : A thread pool for running a number of jobs on a fixed set of worker
: threads.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "threadpool" crate.