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

Last updated: May 18,2024

1. Install "libpsocksxx-dev" package

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

$ sudo apt update $ sudo apt install libpsocksxx-dev

2. Uninstall "libpsocksxx-dev" package

Here is a brief guide to show you how to uninstall libpsocksxx-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libpsocksxx-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 62
Maintainer: Ubuntu Developers
Original-Maintainer: Jörg Frings-Fürst
Architecture: amd64
Source: psocksxx
Version: 1.1.0-1.2
Depends: libpsocksxx0 (= 1.1.0-1.2)
Suggests: libpsocksxx-doc
Filename: pool/universe/p/psocksxx/libpsocksxx-dev_1.1.0-1.2_amd64.deb
Size: 9128
MD5sum: a57799fea7abe688489a1b92e388818a
SHA1: fa5cb87e5789ffbff6c536fd578e41b446272316
SHA256: b60c48cf56f282bd58cedc6252d1f7b9e2f77cb321d770ec45502c3aa632224c
Description-en: psocksxx is a C++ wrapper for POSIX sockets (development files)
psocksxx library attempts to borrow the concepts from socket++ and
socket-library, but not the code, and create a well documented (and
hopefully easy to understand) POSIX socket communication wrapper in
C++. To keep the code simple and clean this project will only support
POSIX sockets.
This package holds the development files.
Description-md5: 2edb3e5999e9ba4d9414e636ee7a6661
Multi-Arch: same
Homepage: http://nukedzn.github.io/psocksxx
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu