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

Last updated: November 25,2024

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

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

$ 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 35:

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

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

Last metadata expiration check: 3:34:48 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-mbox+std-devel
Version : 0.5.0
Release : 5.fc35
Architecture : noarch
Size : 7.5 k
Source : rust-mbox-0.5.0-5.fc35.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.