How to Install and Uninstall python-gnuplot Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python-gnuplot" package

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

$ sudo apt update $ sudo apt install python-gnuplot

2. Uninstall "python-gnuplot" package

Here is a brief guide to show you how to uninstall python-gnuplot on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-gnuplot $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-gnuplot package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-gnuplot
Priority: optional
Section: universe/python
Installed-Size: 600
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Version: 1.8-6
Depends: python (>= 2.7), python (<< 2.8), python-numpy, gnuplot
Filename: pool/universe/p/python-gnuplot/python-gnuplot_1.8-6_all.deb
Size: 79114
MD5sum: 1984b8075b5912fb4b32f8ab8f749565
SHA1: 8cc484be5051111251a9b75a647bbc15281ac3af
SHA256: 6f39f2cc4f86865190f7d960a098eca9c18019c2b8fb1820f42366f2ac5831a2
Description-en: Python interface to the gnuplot plotting program
Gnuplot.py is a Python module that interfaces to gnuplot, the popular
plotting program. It allows you to use gnuplot from within Python to
plot arrays of data from memory, data files, or mathematical
functions. If you use Python to perform computations or as `glue' for
numerical programs, you can use this module to plot data on the fly as
they are computed. And the combination with Python makes it is easy to
automate things, including to create crude `animations' by plotting
different datasets one after another.
Description-md5: a59e3e2bca063d7f19297c6c4c031185
Homepage: http://gnuplot-py.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu