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

Last updated: May 18,2024

1. Install "python3-visvis" package

This is a short guide on how to install python3-visvis on Kali Linux

$ sudo apt update $ sudo apt install python3-visvis

2. Uninstall "python3-visvis" package

Please follow the guidance below to uninstall python3-visvis on Kali Linux:

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

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

Package: python3-visvis
Source: python-visvis
Version: 1.13.0+dfsg1-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 5190
Depends: python3-numpy, python3-opengl, python3:any, fonts-freefont-otf, python3-imageio
Homepage: https://github.com/almarklein/visvis
Priority: optional
Section: python
Filename: pool/main/p/python-visvis/python3-visvis_1.13.0+dfsg1-0kali1_all.deb
Size: 3008872
SHA256: 2428d7aad6a6174a065ad8e4d94d5f92a35d6b4a811fbbfd71466fb8fcf30d12
SHA1: 4806666611c30230df29c723e4e1a086eb45710a
MD5sum: 4b98c35d9f4ddbfa00499155d2851c99
Description: object oriented approach to visualization (Python 3)
This package contains a pure Python library for visualization of 1D to 4D data
in an object oriented way. Essentially, visvis is an object oriented layer of
Python on top of OpenGl, thereby combining the power of OpenGl with the
usability of Python. A Matlab/Matplotlib-like interface in the form of a set
of functions allows easy creation of objects (e.g. plot(), imshow(),
volshow(), surf()).
.
This package installs the library for Python 3.
Description-md5:

5. The same packages on other Linux Distributions