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

Last updated: June 13,2024

1. Install "libboost-signals-dev" package

This is a short guide on how to install libboost-signals-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libboost-signals-dev" package

Please follow the instructions below to uninstall libboost-signals-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libboost-signals-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-signals1.58-dev
Filename: pool/universe/b/boost-defaults/libboost-signals-dev_1.58.0.1ubuntu1_amd64.deb
Size: 2856
MD5sum: 778293ea690657eecc32695bc7492c3b
SHA1: 53ff2147464fc371544ec9b2640e84c721d93a50
SHA256: edc69b9125696fc2ed29a0bad787f735e0e415438b86c50bdf6a58b735bf14d7
Description-en: managed signals and slots library for C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
Signals represent callbacks with multiple targets, and are also
called publishers or events in similar systems. Signals are connected
to some set of slots, which are callback receivers (also called event
targets or subscribers), which are called when the signal is
"emitted."
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.58).
Description-md5: 589d8bd7e4676b13d3b974abd6adbd68
Multi-Arch: same
Homepage: http://www.boost.org/libs/signals/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu