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

Last updated: September 20,2024

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

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

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

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

Here is a brief guide to show you how to uninstall rust-maybe-owned+serde-devel.noarch on Fedora 34:

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

3. Information about the rust-maybe-owned+serde-devel.noarch package on Fedora 34

Last metadata expiration check: 2:46:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-maybe-owned+serde-devel
Version : 0.3.4
Release : 1.fc34
Architecture : noarch
Size : 7.3 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 "serde" feature of "maybe-owned" crate.