How to Install and Uninstall rust-mbox+std-devel.noarch Package on Fedora 34

Last updated: October 06,2024

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

This tutorial shows how to install rust-mbox+std-devel.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall rust-mbox+std-devel.noarch on Fedora 34:

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

3. Information about the rust-mbox+std-devel.noarch package on Fedora 34

Last metadata expiration check: 0:42:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-mbox+std-devel
Version : 0.5.0
Release : 4.fc34
Architecture : noarch
Size : 7.4 k
Source : rust-mbox-0.5.0-4.fc34.src.rpm
Repository : fedora
Summary : Malloc-based box
URL : https://crates.io/crates/mbox
License : MIT
Description : Malloc-based box.
: Supports wrapping pointers or null-terminated strings returned from malloc as a
: Rust type, which will be free'd on drop.
:
: This package contains library source intended for building other packages
: which use "std" feature of "mbox" crate.