How to Install and Uninstall rust-diffus+derive-devel.noarch Package on Fedora 35

Last updated: September 22,2024

1. Install "rust-diffus+derive-devel.noarch" package

Please follow the step by step instructions below to install rust-diffus+derive-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install rust-diffus+derive-devel.noarch

2. Uninstall "rust-diffus+derive-devel.noarch" package

Here is a brief guide to show you how to uninstall rust-diffus+derive-devel.noarch on Fedora 35:

$ sudo dnf remove rust-diffus+derive-devel.noarch $ sudo dnf autoremove

3. Information about the rust-diffus+derive-devel.noarch package on Fedora 35

Last metadata expiration check: 0:48:13 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-diffus+derive-devel
Version : 0.10.0
Release : 1.fc35
Architecture : noarch
Size : 7.4 k
Source : rust-diffus-0.10.0-1.fc35.src.rpm
Repository : updates
Summary : Finds the difference between two instances of any data structure
URL : https://crates.io/crates/diffus
License : ASL 2.0
Description : Finds the difference between two instances of any data structure. Supports:
: collections, Strings, Maps etc. Uses LCS where applicable. Also supports derive
: via `diffus-derive`.
:
: This package contains library source intended for building other packages
: which use "derive" feature of "diffus" crate.