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

Last updated: July 05,2024

1. Install "python3-visvis.noarch" package

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

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

2. Uninstall "python3-visvis.noarch" package

Here is a brief guide to show you how to uninstall python3-visvis.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:25:59 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-visvis
Version : 1.13.0
Release : 1.fc34
Architecture : noarch
Size : 4.6 M
Source : python-visvis-1.13.0-1.fc34.src.rpm
Repository : updates
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()).