How to Install and Uninstall libgnuplot-iostream-dev Package on Kali Linux

Last updated: May 16,2024

1. Install "libgnuplot-iostream-dev" package

Please follow the instructions below to install libgnuplot-iostream-dev on Kali Linux

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

2. Uninstall "libgnuplot-iostream-dev" package

Please follow the guidance below to uninstall libgnuplot-iostream-dev on Kali Linux:

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

3. Information about the libgnuplot-iostream-dev package on Kali Linux

Package: libgnuplot-iostream-dev
Source: gnuplot-iostream
Version: 0~20140302.gitc8919a0+dfsg-4
Installed-Size: 86
Maintainer: Debian Science Team
Architecture: all
Depends: gnuplot, libboost-filesystem-dev, libboost-iostreams-dev, libboost-system-dev
Suggests: libgnuplot-iostream-doc
Size: 19684
SHA256: 97698041eb4ee36da16292faaee9a42615b12ea36afdf2f84f76463c1e6ab64e
SHA1: 36598865311b6ddee7e7e12588e92b0794d1e3ba
MD5sum: 55f6052fcbbac8a3454f4b726ae34d70
Description: 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:
Homepage: http://www.stahlke.org/dan/gnuplot-iostream/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/g/gnuplot-iostream/libgnuplot-iostream-dev_0~20140302.gitc8919a0+dfsg-4_all.deb