How to Install and Uninstall librust-async-task-dev Package on Kali Linux

Last updated: July 03,2024

1. Install "librust-async-task-dev" package

This guide covers the steps necessary to install librust-async-task-dev on Kali Linux

$ sudo apt update $ sudo apt install librust-async-task-dev

2. Uninstall "librust-async-task-dev" package

Please follow the guidance below to uninstall librust-async-task-dev on Kali Linux:

$ sudo apt remove librust-async-task-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the librust-async-task-dev package on Kali Linux

Package: librust-async-task-dev
Source: rust-async-task
Version: 4.7.0-3
Installed-Size: 224
Maintainer: Jonas Smedegaard
Architecture: all
Provides: librust-async-task-4+default-dev (= 4.7.0-3), librust-async-task-4+portable-atomic-dev (= 4.7.0-3), librust-async-task-4+std-dev (= 4.7.0-3), librust-async-task-4-dev (= 4.7.0-3), librust-async-task-4.7-dev (= 4.7.0-3), librust-async-task-4.7.0-dev (= 4.7.0-3)
Depends: librust-portable-atomic-1+default-dev
Size: 30488
SHA256: f48387c11ada3d39010efd28f7d7c58d15952b0f380bfce80a99976962c7211f
SHA1: 292a5b444403feb6f8b9f864a3f7d834728b40c0
MD5sum: 6edbabe9d54c04388dfc50cdb967c9b6
Description: task abstraction for building executors - Rust source code
async-task provides task abstraction for building executors.
.
To spawn a future onto an executor,
we first need to allocate it on the heap
and keep some state attached to it.
The state indicates whether the future is ready for polling,
waiting to be woken up, or completed.
Such a stateful future is called a task.
.
This package contains the source
for the Rust async-task crate,
packaged for use with cargo and dh-cargo.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/smol-rs/async-task
Section: rust
Priority: optional
Filename: pool/main/r/rust-async-task/librust-async-task-dev_4.7.0-3_all.deb