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

Last updated: January 17,2025

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

Please follow the steps below to install rust-maybe-owned+default-devel.noarch on Fedora 35

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

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

This is a short guide on how to uninstall rust-maybe-owned+default-devel.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:32:11 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-maybe-owned+default-devel
Version : 0.3.4
Release : 2.fc35
Architecture : noarch
Size : 7.3 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 "default" feature of "maybe-owned" crate.