How to Install and Uninstall libparser++-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libparser++-dev" package

This tutorial shows how to install libparser++-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libparser++-dev

2. Uninstall "libparser++-dev" package

This tutorial shows how to uninstall libparser++-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libparser++-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libparser++-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libparser++-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 52
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Simon Richter
Architecture: all
Source: libparser++
Version: 0.2.3-2
Depends: libboost1.38-dev | libboost1.37-dev | libboost1.35-dev | libboost-dev
Filename: pool/universe/libp/libparser++/libparser++-dev_0.2.3-2_all.deb
Size: 4244
MD5sum: 09cc077df2d0d73160b469bafbdb358c
SHA1: 833d826690137de7b6c68747cc55f1d83b3ee361
SHA256: b80f36e6463bc6968e48f1d285a8ce5d45661285eb21a9dc4c2f6ecb9fd44f2d
Description-en: Generic parser base class for C++ (development files)
This library provides a base class for parsers as well as an adapter to an
iterator compatible interface.
.
A parser for Debian-style RFC822 messages is included, both as an example
and as a working implementation.
Description-md5: 887e0e9b9bc03f60f86671f7a0bf9e49
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu