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

Last updated: June 12,2024

1. Install "python39-altair" package

In this section, we are going to explain the necessary steps to install python39-altair on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-altair

2. Uninstall "python39-altair" package

In this section, we are going to explain the necessary steps to uninstall python39-altair on openSuSE Tumbleweed:

$ sudo zypper remove python39-altair

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

Information for package python39-altair:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-altair
Version : 5.2.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 12.2 MiB
Installed : No
Status : not installed
Source package : python-altair-5.2.0-1.1.src
Upstream URL : https://github.com/altair-viz/altair
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.