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

Last updated: April 28,2024

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

In this section, we are going to explain the necessary steps to install rust-maybe-owned+default-devel.noarch on Fedora 34

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

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

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

$ 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 34

Last metadata expiration check: 4:00:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-maybe-owned+default-devel
Version : 0.3.4
Release : 1.fc34
Architecture : noarch
Size : 7.2 k
Source : rust-maybe-owned-0.3.4-1.fc34.src.rpm
Repository : updates
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.