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

Last updated: July 03,2024

1. Install "python310-visvis" package

This guide let you learn how to install python310-visvis on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-visvis

2. Uninstall "python310-visvis" package

Please follow the guidelines below to uninstall python310-visvis on openSuSE Tumbleweed:

$ sudo zypper remove python310-visvis

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

Information for package python310-visvis:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-visvis
Version : 1.14.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 8.3 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()).