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

Last updated: May 18,2024

1. Install "python38-uproot" package

This guide covers the steps necessary to install python38-uproot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-uproot

2. Uninstall "python38-uproot" package

Please follow the guidance below to uninstall python38-uproot on openSuSE Tumbleweed:

$ sudo zypper remove python38-uproot

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

Information for package python38-uproot:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-uproot
Version : 4.0.11-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 3,3 MiB
Installed : No
Status : not installed
Source package : python-uproot-4.0.11-1.2.src
Summary : ROOT I/O in pure Python and Numpy
Description :
Uproot is a reader and a writer of the ROOT file format using only Python and
Numpy. Unlike the standard C++ ROOT implementation, Uproot is only an I/O
library, primarily intended to stream data into machine learning libraries in
Python. It uses Numpy to cast blocks of data from the ROOT file as Numpy
arrays.