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

Last updated: May 18,2024

1. Install "python39-uproot" package

This is a short guide on how to install python39-uproot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-uproot

2. Uninstall "python39-uproot" package

This tutorial shows how to uninstall python39-uproot on openSuSE Tumbleweed:

$ sudo zypper remove python39-uproot

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

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