How to Install and Uninstall python312-pyarrow Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python312-pyarrow" package

Please follow the steps below to install python312-pyarrow on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pyarrow

2. Uninstall "python312-pyarrow" package

Here is a brief guide to show you how to uninstall python312-pyarrow on openSuSE Tumbleweed:

$ sudo zypper remove python312-pyarrow

3. Information about the python312-pyarrow package on openSuSE Tumbleweed

Information for package python312-pyarrow:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pyarrow
Version : 15.0.1-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 20.3 MiB
Installed : No
Status : not installed
Source package : python-pyarrow-15.0.1-2.1.src
Upstream URL : https://arrow.apache.org/
Summary : Python library for Apache Arrow
Description :
Python library for Apache Arrow.
Apache Arrow defines a language-independent columnar
memory format for flat and hierarchical data, organized
for efficient analytic operations on modern hardware like
CPUs and GPUs. The Arrow memory format also supports
zero-copy reads for lightning-fast data access without
serialization overhead.
Arrow's libraries implement the format and provide building
blocks for a range of use cases, including high performance
analytics. Many popular projects use Arrow to ship columnar
data efficiently or as the basis for analytic engines.