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

Last updated: June 02,2024

1. Install "python311-awkward" package

This tutorial shows how to install python311-awkward on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-awkward

2. Uninstall "python311-awkward" package

Please follow the steps below to uninstall python311-awkward on openSuSE Tumbleweed:

$ sudo zypper remove python311-awkward

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

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