How to Install and Uninstall librust-id-arena-dev Package on Kali Linux

Last updated: July 04,2024

1. Install "librust-id-arena-dev" package

Here is a brief guide to show you how to install librust-id-arena-dev on Kali Linux

$ sudo apt update $ sudo apt install librust-id-arena-dev

2. Uninstall "librust-id-arena-dev" package

This tutorial shows how to uninstall librust-id-arena-dev on Kali Linux:

$ sudo apt remove librust-id-arena-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the librust-id-arena-dev package on Kali Linux

Package: librust-id-arena-dev
Source: rust-id-arena
Version: 2.2.1-2
Installed-Size: 50
Maintainer: Jonas Smedegaard
Architecture: all
Provides: librust-id-arena-2+default-dev (= 2.2.1-2), librust-id-arena-2+rayon-dev (= 2.2.1-2), librust-id-arena-2+std-dev (= 2.2.1-2), librust-id-arena-2-dev (= 2.2.1-2), librust-id-arena-2.2-dev (= 2.2.1-2), librust-id-arena-2.2.1-dev (= 2.2.1-2)
Depends: librust-rayon-1+default-dev
Size: 10572
SHA256: be0a1fa2cef9e7a785ec04f921b45ead749e6db34aa40686118181babe9ecc8e
SHA1: ffabdccb27e4c6d200b0cba02bddc27fa0145814
MD5sum: 5f9b33e533d335baabe5d46f00148fae
Description: simple id-based arena - Rust source code
id-arena is a library
to allocate objects and get an identifier for that object back,
not a reference to the allocated object.
Given an id, you can get a shared or exclusive reference
to the allocated object from the arena.
This id-based approach is useful
for constructing mutable graph data structures.
.
This package contains the source for the Rust id-arena crate,
for use with cargo and dh-cargo.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/fitzgen/id-arena
Section: rust
Priority: optional
Filename: pool/main/r/rust-id-arena/librust-id-arena-dev_2.2.1-2_all.deb

5. The same packages on other Linux Distributions