How to Install and Uninstall python3-gnuplot Package on Kali Linux

Last updated: May 03,2024

1. Install "python3-gnuplot" package

This guide covers the steps necessary to install python3-gnuplot on Kali Linux

$ sudo apt update $ sudo apt install python3-gnuplot

2. Uninstall "python3-gnuplot" package

This is a short guide on how to uninstall python3-gnuplot on Kali Linux:

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

3. Information about the python3-gnuplot package on Kali Linux

Package: python3-gnuplot
Source: python-gnuplot
Version: 1.8-8
Installed-Size: 615
Maintainer: Debian Science Maintainers
Architecture: all
Replaces: python-gnuplot
Depends: python3:any, python3-numpy, gnuplot
Breaks: python-gnuplot
Size: 77784
SHA256: 225c89d8f316b3144a14863fe21168a311018704fbe059549aadadaeed4004e3
SHA1: a376b27e825b69634a6fc57fca5ea41178389072
MD5sum: 9bdfb78737dd6fb880825ca0ee450197
Description: 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:
Homepage: http://gnuplot-py.sourceforge.net/
Section: python
Priority: optional
Filename: pool/main/p/python-gnuplot/python3-gnuplot_1.8-8_all.deb