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

Last updated: January 11,2025

1. Install "rust-maybe-owned-devel.noarch" package

Please follow the guidelines below to install rust-maybe-owned-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rust-maybe-owned-devel.noarch

2. Uninstall "rust-maybe-owned-devel.noarch" package

This tutorial shows how to uninstall rust-maybe-owned-devel.noarch on Fedora 36:

$ sudo dnf remove rust-maybe-owned-devel.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:42:14 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-maybe-owned-devel
Version : 0.3.4
Release : 3.fc36
Architecture : noarch
Size : 22 k
Source : rust-maybe-owned-0.3.4-3.fc36.src.rpm
Repository : fedora
Summary : Provides Rust enums MaybeOwned and MaybeOwnedMut
URL : https://crates.io/crates/maybe-owned
License : MIT or ASL 2.0
Description : Provides a `MaybeOwned` (and `MaybeOwnedMut`) type similar to std's `Cow` but
: it implements `From` and `From<&'a T>` and does not require `ToOwned`.
:
: This package contains library source intended for building other packages
: which use "maybe-owned" crate.