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

Last updated: May 18,2024

1. Install "libpplv4-dev" package

Learn how to install libpplv4-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpplv4-dev

2. Uninstall "libpplv4-dev" package

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

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

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

Package: libpplv4-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 20260
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Tautschnig
Architecture: amd64
Source: ppl-gcc4
Version: 1:1.1-7ubuntu3
Depends: libpplv4-13 (= 1:1.1-7ubuntu3), libpplv4-c4 (= 1:1.1-7ubuntu3)
Suggests: libppl-doc
Conflicts: libppl-dev, libppl0.10-dev, libppl0.11-dev, libppl0.12-dev
Filename: pool/universe/p/ppl-gcc4/libpplv4-dev_1.1-7ubuntu3_amd64.deb
Size: 1927794
MD5sum: 2eaa0b26306a12d09be139656ff31823
SHA1: 22ac1af314d2d268bcdc52e80d7fa688ceeb5a31
SHA256: d2f45b3dbed497a29a347c8aba3b41c1ed52b7b220dd570f26ce8ae150942c28
Description-en: Parma Polyhedra Library (development)
The Parma Polyhedra Library (PPL) is a C++ library for the
manipulation of (not necessarily closed) convex polyhedra and other
numerical abstractions. The applications of convex polyhedra include
program analysis, optimized compilation, integer and combinatorial
optimization and statistical data-editing. The Parma Polyhedra
Library is user friendly (you write `x + 2*y + 5*z <= 7' when you
mean it), fully dynamic (available virtual memory is the only
limitation to the dimension of anything), written in standard C++,
exception-safe, rather efficient and thoroughly documented.
.
This package provides the header files and static libraries for the
C and C++ interfaces.
Description-md5: 4fa45d1b24bb1abf6f705e66d3cc4f4a
Multi-Arch: same
Homepage: http://www.cs.unipr.it/ppl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu