How to Install and Uninstall python311-visvis Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python311-visvis" package

Please follow the step by step instructions below to install python311-visvis on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-visvis

2. Uninstall "python311-visvis" package

Please follow the instructions below to uninstall python311-visvis on openSuSE Tumbleweed:

$ sudo zypper remove python311-visvis

3. Information about the python311-visvis package on openSuSE Tumbleweed

Information for package python311-visvis:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-visvis
Version : 1.14.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 8.9 MiB
Installed : No
Status : not installed
Source package : python-visvis-1.14.0-2.1.src
Upstream URL : https://github.com/almarklein/visvis
Summary : An object oriented approach to visualization of 1D to 4D data
Description :
Visvis is a 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. A Matlab/Matplotlib-like interface in the
form of a set of functions allows creation of objects (e.g. plot(),
imshow(), volshow(), surf()).