How to Install and Uninstall python38-altair Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python38-altair" package

This tutorial shows how to install python38-altair on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-altair

2. Uninstall "python38-altair" package

Please follow the guidelines below to uninstall python38-altair on openSuSE Tumbleweed:

$ sudo zypper remove python38-altair

3. Information about the python38-altair package on openSuSE Tumbleweed

Information for package python38-altair:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-altair
Version : 4.1.0-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 8,7 MiB
Installed : No
Status : not installed
Source package : python-altair-4.1.0-2.5.src
Summary : Declarative statistical visualization library for Python
Description :
This package provides a Python API for building statistical visualizations
in a declarative manner. This API contains no actual visualization rendering
code, but instead emits JSON data structures following the `Vega-Lite`_
specification. For convenience, Altair can optionally use `ipyvega`_ to
seamlessly display client-side renderings in the Jupyter notebook.