How to Install and Uninstall python3-visvis.noarch Package on Fedora 38

Last updated: November 27,2024

1. Install "python3-visvis.noarch" package

This guide covers the steps necessary to install python3-visvis.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-visvis.noarch

2. Uninstall "python3-visvis.noarch" package

Please follow the guidance below to uninstall python3-visvis.noarch on Fedora 38:

$ sudo dnf remove python3-visvis.noarch $ sudo dnf autoremove

3. Information about the python3-visvis.noarch package on Fedora 38

Last metadata expiration check: 3:37:30 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-visvis
Version : 1.14.0
Release : 2.fc38
Architecture : noarch
Size : 4.8 M
Source : python-visvis-1.14.0-2.fc38.src.rpm
Repository : fedora
Summary : Python library for visualization of 1D to 4D data in an object oriented way
URL : https://github.com/almarklein/visvis
License : BSD
Description :
: Visvis is 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()).