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

Last updated: May 16,2024

1. Install "python38-awkward" package

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

$ sudo zypper refresh $ sudo zypper install python38-awkward

2. Uninstall "python38-awkward" package

Here is a brief guide to show you how to uninstall python38-awkward on openSuSE Tumbleweed:

$ sudo zypper remove python38-awkward

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

Information for package python38-awkward:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-awkward
Version : 1.7.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 22,3 MiB
Installed : No
Status : not installed
Source package : python-awkward-1.7.0-1.1.src
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.