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

Last updated: May 18,2024

1. Install "libsocket++-dev" package

Here is a brief guide to show you how to install libsocket++-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libsocket++-dev" package

This is a short guide on how to uninstall libsocket++-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libsocket++-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 72
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: socket++
Version: 1.12.13-8wily1
Depends: libsocket++1 (= 1.12.13-8wily1)
Filename: pool/universe/s/socket++/libsocket++-dev_1.12.13-8wily1_amd64.deb
Size: 29342
MD5sum: 1d1e0f6f7d5dc5858a6686560d380ae4
SHA1: 1cb4f72199952b189e27f3e8cb9e37d4535ed56a
SHA256: 7007d51b5558ea191b56399a549f2b0477697ec001c7295b21a65196b6bac90b
Description-en: lightweight convenience library to handle low level BSD sockets in C++ -devel
Socket++ library defines a family of C++ classes that can be used more
effectively than directly calling the underlying low-level system functions.
One distinct advantage of the socket++ is that it has the same interface as
that of the iostream so that the users can perform type-safe input output.
See your local IOStream library documentation for more information on
iostreams.
.
Headers and shared libraries for socket++.
Description-md5: acd5cf5deee2df866c4f88b1976f7560
Multi-Arch: same
Homepage: http://www.linuxhacker.at/socketxx
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu