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

Last updated: May 19,2024

1. Install "libboost-serialization-dev" package

Please follow the step by step instructions below to install libboost-serialization-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libboost-serialization-dev

2. Uninstall "libboost-serialization-dev" package

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

$ sudo apt remove libboost-serialization-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libboost-serialization-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 10
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Architecture: amd64
Source: boost-defaults
Version: 1.58.0.1ubuntu1
Depends: libboost-serialization1.58-dev
Filename: pool/universe/b/boost-defaults/libboost-serialization-dev_1.58.0.1ubuntu1_amd64.deb
Size: 3026
MD5sum: 0b64547c35fa6cbd45e39d59da7dd58f
SHA1: 4316de593d9252e54a480fd77d20f1b6d561af7b
SHA256: 85a2568edc997b4c292c8d1508a05cf3d8d93dd5751d4bb039648574e140a178
Description-en: serialization library for C++ (default version)
This package forms part of the Boost C++ Libraries collection,
containing the following functionalities:
.
* proper restoration of pointers to shared data
* serialization of STL containers and other commonly used templates
* data portability - streams of bytes created on one platform should
be readable on any other
* archive interface must be rich enough to permit the creation of an
archive that presents serialized data as XML in a useful manner
.
Here, "serialization" means the reversible deconstruction of an
arbitrary set of C++ data structures to a sequence of bytes.
archive: to refer to a specific rendering of this stream of bytes.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.58).
Description-md5: 1a8ab68b499deb24eb0af8ff33be7b02
Multi-Arch: same
Homepage: http://www.boost.org/libs/serialization/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu