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

Last updated: November 14,2024

1. Install "python312-uproot" package

Please follow the step by step instructions below to install python312-uproot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-uproot

2. Uninstall "python312-uproot" package

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

$ sudo zypper remove python312-uproot

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

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