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

Last updated: May 18,2024

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

Please follow the step by step instructions below to install rust-mdl+default-devel.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall rust-mdl+default-devel.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:25:30 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rust-mdl+default-devel
Version : 1.0.5
Release : 3.fc35
Architecture : noarch
Size : 7.8 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 "default" feature of "mdl" crate.