How to Install and Uninstall rust-downcast-rs+default-devel.noarch Package on Fedora 39

Last updated: September 22,2024

1. Install "rust-downcast-rs+default-devel.noarch" package

This is a short guide on how to install rust-downcast-rs+default-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rust-downcast-rs+default-devel.noarch

2. Uninstall "rust-downcast-rs+default-devel.noarch" package

Please follow the guidelines below to uninstall rust-downcast-rs+default-devel.noarch on Fedora 39:

$ sudo dnf remove rust-downcast-rs+default-devel.noarch $ sudo dnf autoremove

3. Information about the rust-downcast-rs+default-devel.noarch package on Fedora 39

Last metadata expiration check: 4:28:32 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rust-downcast-rs+default-devel
Version : 1.2.0
Release : 11.fc39
Architecture : noarch
Size : 8.0 k
Source : rust-downcast-rs-1.2.0-11.fc39.src.rpm
Repository : fedora
Summary : Trait object downcasting support using only safe Rust
URL : https://crates.io/crates/downcast-rs
License : MIT OR Apache-2.0
Description : Trait object downcasting support using only safe Rust. It supports type
: parameters, associated types, and type constraints.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "downcast-rs" crate.