How to Install and Uninstall rust-nodrop+std-devel.noarch Package on Fedora 36

Last updated: July 08,2024

1. Install "rust-nodrop+std-devel.noarch" package

Here is a brief guide to show you how to install rust-nodrop+std-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rust-nodrop+std-devel.noarch

2. Uninstall "rust-nodrop+std-devel.noarch" package

This tutorial shows how to uninstall rust-nodrop+std-devel.noarch on Fedora 36:

$ sudo dnf remove rust-nodrop+std-devel.noarch $ sudo dnf autoremove

3. Information about the rust-nodrop+std-devel.noarch package on Fedora 36

Last metadata expiration check: 3:17:15 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-nodrop+std-devel
Version : 0.1.14
Release : 8.fc36
Architecture : noarch
Size : 7.9 k
Source : rust-nodrop-0.1.14-8.fc36.src.rpm
Repository : fedora
Summary : Wrapper type to inhibit drop (destructor)
URL : https://crates.io/crates/nodrop
License : MIT or ASL 2.0
Description : Wrapper type to inhibit drop (destructor).
: ***Deprecated: Use ManuallyDrop or
: MaybeUninit instead!***.
:
: This package contains library source intended for building other packages
: which use "std" feature of "nodrop" crate.