How to Install and Uninstall rust-thread-tree-devel.noarch Package on Fedora 39

Last updated: January 07,2025

1. Install "rust-thread-tree-devel.noarch" package

Please follow the step by step instructions below to install rust-thread-tree-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rust-thread-tree-devel.noarch

2. Uninstall "rust-thread-tree-devel.noarch" package

Please follow the guidance below to uninstall rust-thread-tree-devel.noarch on Fedora 39:

$ sudo dnf remove rust-thread-tree-devel.noarch $ sudo dnf autoremove

3. Information about the rust-thread-tree-devel.noarch package on Fedora 39

Last metadata expiration check: 5:52:36 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-thread-tree-devel
Version : 0.3.3
Release : 2.fc39
Architecture : noarch
Size : 20 k
Source : rust-thread-tree-0.3.3-2.fc39.src.rpm
Repository : fedora
Summary : Tree-structured thread pool for splitting jobs hierarchically on worker threads
URL : https://crates.io/crates/thread-tree
License : MIT OR Apache-2.0
Description : A tree-structured thread pool for splitting jobs hierarchically on
: worker threads. The tree structure means that there is no contention
: between workers when delivering jobs.
:
: This package contains library source intended for building other packages which
: use the "thread-tree" crate.