How to Install and Uninstall libasyncfuture-dev Package on Kali Linux

Last updated: May 14,2024

1. Install "libasyncfuture-dev" package

Here is a brief guide to show you how to install libasyncfuture-dev on Kali Linux

$ sudo apt update $ sudo apt install libasyncfuture-dev

2. Uninstall "libasyncfuture-dev" package

Please follow the instructions below to uninstall libasyncfuture-dev on Kali Linux:

$ sudo apt remove libasyncfuture-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libasyncfuture-dev package on Kali Linux

Package: libasyncfuture-dev
Source: asyncfuture (0~0.1-1)
Version: 0~0.1-1+b1
Installed-Size: 66
Maintainer: Wookey
Architecture: amd64
Depends: qtbase5-dev
Size: 17508
SHA256: 49ce91ef2fccdbab6a6e9ae78dab509948dc537d2d1c5d079410ee73eeb9ce39
SHA1: 92d2c867fac82f8c205b94e2e6f1d28086efc769
MD5sum: 8a6c067c853dc33738490a14ead1b5c4
Description: Use QFuture (Qt) like a Promise object
QFuture is used together with QtConcurrent to represent the result of
an asynchronous computation. It is a powerful component for
multi-thread programming. But its usage is limited to the result of
threads, it doesn't work with the asynchronous signal emitted by
QObject. And it is troublesome to setup the listener function via
QFutureWatcher.
.
AsyncFuture is designed to enhance the function to offer a better way
to use it for asynchronous programming. It provides a Promise object-
like interface. This project is inspired by AsynQt and RxCpp.
.
This package contains the development header file (there is no
corresponding library binary).
Description-md5:
Multi-Arch: same
Homepage: https://github.com/vpicaver/asyncfuture
Section: libs
Priority: optional
Filename: pool/main/a/asyncfuture/libasyncfuture-dev_0~0.1-1+b1_amd64.deb