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

Last updated: April 28,2024

1. Install "python39-awkward" package

Please follow the step by step instructions below to install python39-awkward on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-awkward

2. Uninstall "python39-awkward" package

This guide let you learn how to uninstall python39-awkward on openSuSE Tumbleweed:

$ sudo zypper remove python39-awkward

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

Information for package python39-awkward:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-awkward
Version : 2.6.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 6.2 MiB
Installed : No
Status : not installed
Source package : python-awkward-2.6.1-1.1.src
Upstream URL : https://awkward-array.org/
Summary : Manipulate arrays of complex data structures as easily as Numpy
Description :
Awkward Array is a library for nested, variable-sized data, including
arbitrary-length lists, records, mixed types, and missing data, using
NumPy-like idioms.
Arrays are dynamically typed, but operations on them are compiled and fast.
Their behavior coincides with NumPy when array dimensions are regular and
generalizes when they're not.