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

Last updated: May 19,2024

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

In this section, we are going to explain the necessary steps to install rust-mbox+std-devel.noarch on Fedora 36

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

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

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

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

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

Last metadata expiration check: 3:06:32 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-mbox+std-devel
Version : 0.6.0
Release : 1.fc36
Architecture : noarch
Size : 7.7 k
Source : rust-mbox-0.6.0-1.fc36.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 the "std" feature of the "mbox" crate.