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

Last updated: June 29,2024

1. Install "libgnuplot-iostream-dev" package

This is a short guide on how to install libgnuplot-iostream-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgnuplot-iostream-dev

2. Uninstall "libgnuplot-iostream-dev" package

Please follow the instructions below to uninstall libgnuplot-iostream-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libgnuplot-iostream-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libgnuplot-iostream-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 104
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: all
Source: gnuplot-iostream
Version: 0~20140302.gitc8919a0+dfsg-2
Depends: gnuplot, libboost-filesystem-dev, libboost-iostreams-dev, libboost-system-dev
Suggests: gnuplot-iostream-doc
Filename: pool/universe/g/gnuplot-iostream/libgnuplot-iostream-dev_0~20140302.gitc8919a0+dfsg-2_all.deb
Size: 18894
MD5sum: 52d011af88086439da0b46c84b3fca2f
SHA1: cdbf6389bee992ac3561edf900c4738c4f0f1459
SHA256: e9d0ac82431d7e6980219c22c9335ff82e208e486084fc7c95041f6d9135721f
Description-en: C++ programming interface for gnuplot. Headers
This interface allows gnuplot to be controlled from C++ and is designed to be
the lowest hanging fruit. In other words, if you know how gnuplot works it
should only take 30 seconds to learn this library. Basically it is just an
iostream pipe to gnuplot with some extra functions for pushing data arrays and
getting mouse clicks. Data sources include STL containers (eg. vector or map)
and one or two dimensional Blitz++ arrays (of scalars or TinyVectors). Support
for other data sources should be easy to add.
.
Basically there are two functions defined: send() sends arrays of data values
(it is overloaded to do the right thing based upon what type of variable you
pass) and getMouse() gets the position of a mouse click. Everything else is
accomplished by sending commands manually to gnuplot via the iostream
interface.
Description-md5: 6ad993349cbfc62ed61a58179ed6c921
Homepage: http://www.stahlke.org/dan/gnuplot-iostream/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu