How to Install and Uninstall rust-cap+stats-devel.noarch Package on Fedora 38

Last updated: October 05,2024

1. Install "rust-cap+stats-devel.noarch" package

Please follow the guidelines below to install rust-cap+stats-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install rust-cap+stats-devel.noarch

2. Uninstall "rust-cap+stats-devel.noarch" package

This guide let you learn how to uninstall rust-cap+stats-devel.noarch on Fedora 38:

$ sudo dnf remove rust-cap+stats-devel.noarch $ sudo dnf autoremove

3. Information about the rust-cap+stats-devel.noarch package on Fedora 38

Last metadata expiration check: 5:01:11 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rust-cap+stats-devel
Version : 0.1.2
Release : 2.fc38
Architecture : noarch
Size : 7.6 k
Source : rust-cap-0.1.2-2.fc38.src.rpm
Repository : fedora
Summary : Allocator that can track and limit memory usage
URL : https://crates.io/crates/cap
License : MIT OR Apache-2.0
Description : An allocator that can track and limit memory usage. This crate provides
: a generic allocator that wraps another allocator, tracking memory usage
: and enabling limits to be set.
:
: This package contains library source intended for building other packages which
: use the "stats" feature of the "cap" crate.