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

Last updated: May 12,2024

1. Install "libplplot-dev" package

In this section, we are going to explain the necessary steps to install libplplot-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libplplot-dev

2. Uninstall "libplplot-dev" package

This tutorial shows how to uninstall libplplot-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libplplot-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 2501
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Ross
Architecture: amd64
Source: plplot
Version: 5.10.0+dfsg2-0.1ubuntu2
Depends: libplplot12 (= 5.10.0+dfsg2-0.1ubuntu2), libqhull-dev, libfreetype6-dev, libltdl3-dev, libqsastime-dev, libplplot-c++11 (= 5.10.0+dfsg2-0.1ubuntu2), libplplot-fortran10 (= 5.10.0+dfsg2-0.1ubuntu2), plplot12-driver-qt (= 5.10.0+dfsg2-0.1ubuntu2), plplot12-driver-wxwidgets (= 5.10.0+dfsg2-0.1ubuntu2)
Recommends: pkg-config, cmake, libplplot-ocaml, libplplot-lua, libplplot-d
Suggests: plplot-doc
Breaks: libplplot-fortran9 (<< 5.9.8-1)
Filename: pool/universe/p/plplot/libplplot-dev_5.10.0+dfsg2-0.1ubuntu2_amd64.deb
Size: 352096
MD5sum: 1ec89b35362ed7532269788f2aa91836
SHA1: 24e756b8e15ea6ba7a40c80683f391c2ef505be9
SHA256: d6162bc91c7bcf461e26141857772d0a2b5f0e9fa2be459b20c42915323bd299
Description-en: Scientific plotting library (development files)
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
This package contains all that is needed for doing development in C, C++
and Fortran with PLplot. Examples of programs for these languages are
also included. For development in Tcl/Tk, Python, Octave, Ada and Java
install the plplot-tcl-dev, python-plplot, octave-plplot, libplplot-ada1-dev
and libplplot-java packages, respectively. This package also includes the
OCaml, lua and D examples. To use one of these languages you will also
need to install the libplplot-xxx package for that language.
Description-md5: f7c12e9bdc420907cd3f387d264b13ab
Multi-Arch: same
Homepage: http://www.plplot.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu