How to Install and Uninstall python310-holoviews Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python310-holoviews" package

This guide covers the steps necessary to install python310-holoviews on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-holoviews

2. Uninstall "python310-holoviews" package

Please follow the steps below to uninstall python310-holoviews on openSuSE Tumbleweed:

$ sudo zypper remove python310-holoviews

3. Information about the python310-holoviews package on openSuSE Tumbleweed

Information for package python310-holoviews:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-holoviews
Version : 1.18.3-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 18.7 MiB
Installed : No
Status : not installed
Source package : python-holoviews-1.18.3-2.1.src
Upstream URL : https://github.com/holoviz/holoviews
Summary : Composable, declarative visualizations for Python
Description :
HoloViews is a Python library for automated plotting of annotated
data.
Instead of building a plot using direct calls to a plotting library,
the developer instead first describes the data with semantic
information and then additional metadata to determine more detailed
aspects of the visualization. This approach provides automatic
visualization that can be requested at any time as the data evolves,
rendered automatically by one of the supported plotting libraries
(such as Bokeh or Matplotlib).