How to Install and Uninstall rust-lockfree+default-devel.noarch Package on Fedora 35

Last updated: October 05,2024

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

Please follow the steps below to install rust-lockfree+default-devel.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall rust-lockfree+default-devel.noarch on Fedora 35:

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

3. Information about the rust-lockfree+default-devel.noarch package on Fedora 35

Last metadata expiration check: 3:00:23 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-lockfree+default-devel
Version : 0.5.1
Release : 6.fc35
Architecture : noarch
Size : 7.8 k
Source : rust-lockfree-0.5.1-6.fc35.src.rpm
Repository : fedora
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 "default" feature of "lockfree" crate.