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

Last updated: May 20,2024

1. Install "libgnuplot-iostream-doc" package

Please follow the guidelines below to install libgnuplot-iostream-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libgnuplot-iostream-doc" package

Learn how to uninstall libgnuplot-iostream-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libgnuplot-iostream-doc
Priority: optional
Section: universe/doc
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: all
Source: gnuplot-iostream
Version: 0~20140302.gitc8919a0+dfsg-2
Suggests: cmake, gnuplot-iostream, libblitz0-dev
Filename: pool/universe/g/gnuplot-iostream/libgnuplot-iostream-doc_0~20140302.gitc8919a0+dfsg-2_all.deb
Size: 18312
MD5sum: 796b0ec60219c8c1e38d5225355083dd
SHA1: 268354aa66a219dd2f4950b699aa76d584817ac7
SHA256: c4d47fac3079f1f363b83764c2190d616d43826aed3397c9d6c4d5428b655113
Description-en: C++ programming interface for gnuplot. Docs and examples
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
Description-md5: 53b4c208396354cc1590eb591c9ad318
Homepage: http://www.stahlke.org/dan/gnuplot-iostream/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu