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

Last updated: May 18,2024

1. Install "python310-awkward-cpp" package

In this section, we are going to explain the necessary steps to install python310-awkward-cpp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-awkward-cpp

2. Uninstall "python310-awkward-cpp" package

In this section, we are going to explain the necessary steps to uninstall python310-awkward-cpp on openSuSE Tumbleweed:

$ sudo zypper remove python310-awkward-cpp

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

Information for package python310-awkward-cpp:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-awkward-cpp
Version : 28-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.2 MiB
Installed : No
Status : not installed
Source package : python-awkward-cpp-28-1.2.src
Upstream URL : https://awkward-array.org/
Summary : CPU kernels and compiled extensions for Awkward Array
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.
awkward-cpp provides precompiled routines for the awkward package.
It is not useful on its own, only as a dependency for awkward.