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

Last updated: November 14,2024

1. Install "python310-awkward" package

Here is a brief guide to show you how to install python310-awkward on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-awkward

2. Uninstall "python310-awkward" package

This tutorial shows how to uninstall python310-awkward on openSuSE Tumbleweed:

$ sudo zypper remove python310-awkward

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

Information for package python310-awkward:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.