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

Last updated: May 17,2024

1. Install "ppl-dev" package

This guide let you learn how to install ppl-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ppl-dev

2. Uninstall "ppl-dev" package

Learn how to uninstall ppl-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ppl-dev
Priority: optional
Section: universe/devel
Installed-Size: 282
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Tautschnig
Architecture: amd64
Source: ppl
Version: 1:1.1-7.2build1
Replaces: libppl0.11-dev
Depends: libppl-dev (= 1:1.1-7.2build1), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libppl13v5, libstdc++6 (>= 5.2)
Filename: pool/universe/p/ppl/ppl-dev_1.1-7.2build1_amd64.deb
Size: 33248
MD5sum: 3830862e2decaed5328fb66fc7b58d0d
SHA1: 7e340495976b8730e698a694e4dcfc78c53768de
SHA256: ed8b781016aebc50c7f08ed447d74548f38f3ecc33a0e9fee2e7525b159b889f
Description-en: Parma Polyhedra Library (development binaries)
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 ppl-config binary.
Description-md5: c3e473b9c4ef451e4f19dc97f6d27453
Homepage: http://www.cs.unipr.it/ppl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu