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

Last updated: December 15,2024

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

This tutorial shows how to install rust-maybe-owned-devel.noarch on Fedora 35

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

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

Please follow the steps below to uninstall rust-maybe-owned-devel.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:18:30 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rust-maybe-owned-devel
Version : 0.3.4
Release : 2.fc35
Architecture : noarch
Size : 22 k
Source : rust-maybe-owned-0.3.4-2.fc35.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.