How to Install and Uninstall rust-cap-devel.noarch Package on Fedora 36

Last updated: October 08,2024

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

This is a short guide on how to install rust-cap-devel.noarch on Fedora 36

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

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

This is a short guide on how to uninstall rust-cap-devel.noarch on Fedora 36:

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

3. Information about the rust-cap-devel.noarch package on Fedora 36

Last metadata expiration check: 1:12:48 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-cap-devel
Version : 0.1.1
Release : 1.fc36
Architecture : noarch
Size : 16 k
Source : rust-cap-0.1.1-1.fc36.src.rpm
Repository : updates
Summary : Allocator that can track and limit memory usage
URL : https://crates.io/crates/cap
License : MIT OR Apache-2.0
Description : 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 "cap" crate.