How to Install and Uninstall rust-clru+default-devel.noarch Package on Oracle Linux 9

Last updated: September 23,2024

1. Install "rust-clru+default-devel.noarch" package

This guide let you learn how to install rust-clru+default-devel.noarch on Oracle Linux 9

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

2. Uninstall "rust-clru+default-devel.noarch" package

Please follow the instructions below to uninstall rust-clru+default-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-clru+default-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:37:45 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-clru+default-devel
Version : 0.6.1
Release : 1.el9
Architecture : noarch
Size : 7.0 k
Source : rust-clru-0.6.1-1.el9.src.rpm
Repository : epel
Summary : LRU cache implementation with constant time operations and weighted semantic
URL : https://crates.io/crates/clru
License : MIT
Description : An LRU cache implementation with constant time operations and weighted
: semantic.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "clru" crate.