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

Last updated: November 27,2024

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

This guide covers the steps necessary to install rust-cap-devel.noarch on Fedora 39

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

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

Please follow the instructions below to uninstall rust-cap-devel.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:09:12 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-cap-devel
Version : 0.1.2
Release : 3.fc39
Architecture : noarch
Size : 17 k
Source : rust-cap-0.1.2-3.fc39.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 "cap" crate.