How to Install and Uninstall rust-lockfree-devel.noarch Package on Fedora 34

Last updated: May 21,2024

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

This guide let you learn how to install rust-lockfree-devel.noarch on Fedora 34

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

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

This guide let you learn how to uninstall rust-lockfree-devel.noarch on Fedora 34:

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

3. Information about the rust-lockfree-devel.noarch package on Fedora 34

Last metadata expiration check: 3:50:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-lockfree-devel
Version : 0.5.1
Release : 6.fc34
Architecture : noarch
Size : 57 k
Source : rust-lockfree-0.5.1-6.fc34.src.rpm
Repository : updates
Summary : Concurrent data structures and a solution to the ABA problem
URL : https://crates.io/crates/lockfree
License : MIT
Description : Concurrent data structures and a solution to the ABA problem as an alternative
: of hazard pointers.
:
: This package contains library source intended for building other packages
: which use "lockfree" crate.