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

Last updated: October 07,2024

1. Install "python3-visvis.noarch" package

This tutorial shows how to install python3-visvis.noarch on Fedora 36

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

2. Uninstall "python3-visvis.noarch" package

This guide covers the steps necessary to uninstall python3-visvis.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:39:12 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-visvis
Version : 1.13.0
Release : 4.fc36
Architecture : noarch
Size : 4.6 M
Source : python-visvis-1.13.0-4.fc36.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()).