How to Install and Uninstall libexpected-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 15,2024

1. Install "libexpected-dev" package

This guide let you learn how to install libexpected-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libexpected-dev

2. Uninstall "libexpected-dev" package

Please follow the instructions below to uninstall libexpected-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libexpected-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libexpected-dev
Architecture: all
Version: 1.0.0~dfsg-2
Multi-Arch: foreign
Priority: optional
Section: universe/libdevel
Source: tl-expected
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Nicholas Guriev
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 115
Filename: pool/universe/t/tl-expected/libexpected-dev_1.0.0~dfsg-2_all.deb
Size: 16020
MD5sum: f3d9959234e395610f30f54ba0ec1da6
SHA1: 4615ca5c567c2a47eb289866616dd60607502d61
SHA256: b6aa7e265d3f0a3ae10744c00089bb6bb6415b4973d3bbdf04a7f6b86576da92
SHA512: 292d520478ccfc537cb05799eb71dd40af8b76a426ee87298b91fbcbbef2186aff3e0057323402c3d4e543d9072fb3081dba67594fa1f37ead389a14395499f1
Homepage: https://tl.tartanllama.xyz/
Description-en: 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: 5820a323bb808f3dc45ee476eaf7e2f4