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

Last updated: July 05,2024

1. Install "python311-uproot" package

Please follow the guidance below to install python311-uproot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-uproot

2. Uninstall "python311-uproot" package

Please follow the instructions below to uninstall python311-uproot on openSuSE Tumbleweed:

$ sudo zypper remove python311-uproot

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

Information for package python311-uproot:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-uproot
Version : 5.3.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 4.8 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.