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

Last updated: May 20,2024

1. Install "libpgm-dev" package

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

$ sudo apt update $ sudo apt install libpgm-dev

2. Uninstall "libpgm-dev" package

Please follow the guidance below to uninstall libpgm-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libpgm-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 676
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Source: libpgm
Version: 5.2.122~dfsg-2
Depends: libpgm-5.2-0 (= 5.2.122~dfsg-2)
Conflicts: libnetpbm9-dev
Filename: pool/universe/libp/libpgm/libpgm-dev_5.2.122~dfsg-2_amd64.deb
Size: 188858
MD5sum: a8e2ea8c6a3c2c141b93455ad4607c90
SHA1: 6968dbe30205708c86efac46eb8db5a1c746f843
SHA256: 7a599050d1609e128010b30428a7748c282ac065542942490dcd04da54b1bfa4
Description-en: OpenPGM development files
OpenPGM is an open source implementation of the Pragmatic General Multicast
(PGM) specification in RFC 3208 available at www.ietf.org. PGM is a reliable
and scalable multicast protocol that enables receivers to detect loss,
request retransmission of lost data, or notify an application of
unrecoverable loss. PGM is a receiver-reliable protocol, which means the
receiver is responsible for ensuring all data is received, absolving the
sender of reception responsibility. PGM runs over a best effort datagram
service, currently OpenPGM uses IP multicast but could be implemented above
switched fabrics such as InfiniBand.
.
This is the development package which contains headers and static libraries
for the OpenPGM library.
Description-md5: c37f162932a99cac3ff26b9610f4fc78
Multi-Arch: same
Homepage: https://github.com/steve-o/openpgm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu