How to Install and Uninstall rust-associative-cache+default-devel.noarch Package on Fedora 38

Last updated: October 05,2024

1. Install "rust-associative-cache+default-devel.noarch" package

This guide covers the steps necessary to install rust-associative-cache+default-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install rust-associative-cache+default-devel.noarch

2. Uninstall "rust-associative-cache+default-devel.noarch" package

This tutorial shows how to uninstall rust-associative-cache+default-devel.noarch on Fedora 38:

$ sudo dnf remove rust-associative-cache+default-devel.noarch $ sudo dnf autoremove

3. Information about the rust-associative-cache+default-devel.noarch package on Fedora 38

Last metadata expiration check: 4:19:16 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rust-associative-cache+default-devel
Version : 1.0.1
Release : 1.fc38
Architecture : noarch
Size : 7.3 k
Source : rust-associative-cache-1.0.1-1.fc38.src.rpm
Repository : updates
Summary : Generic N-way associative cache
URL : https://crates.io/crates/associative-cache
License : MIT OR Apache-2.0
Description : A generic N-way associative cache with fixed-size capacity and random or
: least recently used (LRU) replacement.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "associative-cache" crate.