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

Last updated: May 15,2024

1. Install "libexpected-dev" package

Please follow the instructions below to install libexpected-dev on Kali Linux

$ sudo apt update $ sudo apt install libexpected-dev

2. Uninstall "libexpected-dev" package

Please follow the step by step instructions below to uninstall libexpected-dev on Kali Linux:

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

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

Package: libexpected-dev
Source: tl-expected
Version: 1.1.0-2
Installed-Size: 115
Maintainer: Nicholas Guriev
Architecture: all
Size: 15820
SHA256: f39cabbf3945dd689c2501c9a2372bd45b5220506ed8a57cc58e2f4f538ff58f
SHA1: b27cc3296788139c705d6e0887f8979d73594947
MD5sum: 957a8b86afa2d82e196d1a10102408df
Description: C++11/14/17 std::expected with functional-style extensions
Single header implementation of std::expected with functional-style extensions.
.
std::expected is proposed as the preferred way to represent object which will
either have an expected value, or an unexpected value giving information about
why something failed. Unfortunately, chaining together many computations which
may fail can be verbose, as error-checking code will be mixed in with the
actual programming logic. This implementation provides a number of utilities to
make coding with expected cleaner.
Description-md5:
Multi-Arch: foreign
Homepage: https://tl.tartanllama.xyz/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/t/tl-expected/libexpected-dev_1.1.0-2_all.deb