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

Last updated: July 05,2024

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

This tutorial shows how to install rust-mdl-devel.noarch on Fedora 36

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

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

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

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

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

Last metadata expiration check: 5:41:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-mdl-devel
Version : 1.0.5
Release : 4.fc36
Architecture : noarch
Size : 30 k
Source : rust-mdl-1.0.5-4.fc36.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.