How to Install and Uninstall rust-mdl-devel.noarch Package on Fedora 35

Last updated: July 04,2024

1. Install "rust-mdl-devel.noarch" package

Please follow the guidance below to install rust-mdl-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install rust-mdl-devel.noarch

2. Uninstall "rust-mdl-devel.noarch" package

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

$ sudo dnf remove rust-mdl-devel.noarch $ sudo dnf autoremove

3. Information about the rust-mdl-devel.noarch package on Fedora 35

Last metadata expiration check: 0:12:23 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rust-mdl-devel
Version : 1.0.5
Release : 3.fc35
Architecture : noarch
Size : 30 k
Source : rust-mdl-1.0.5-3.fc35.src.rpm
Repository : fedora
Summary : Data model library to share app state between threads and process
URL : https://crates.io/crates/mdl
License : GPLv3
Description : Data model library to share app state between threads and process and persist
: the data in the filesystem. Implements a simple way to store structs instances
: in a LMDB database and other methods like BTreeMap.
:
: This package contains library source intended for building other packages
: which use "mdl" crate.