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

Last updated: May 06,2024

1. Install "python38-arrow" package

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

$ sudo zypper refresh $ sudo zypper install python38-arrow

2. Uninstall "python38-arrow" package

Learn how to uninstall python38-arrow on openSuSE Tumbleweed:

$ sudo zypper remove python38-arrow

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

Information for package python38-arrow:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-arrow
Version : 1.2.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 637,2 KiB
Installed : No
Status : not installed
Source package : python-arrow-1.2.1-1.1.src
Summary : Better dates and times for Python
Description :
Arrow is a Python library that offers a sensible, human-friendly
approach to creating, manipulating, formatting and converting dates,
times, and timestamps. It implements and updates the datetime type,
plugging gaps in functionality, and provides an intelligent module
API that supports many common creation scenarios. Simply put, it
helps you work with dates and times with fewer imports and a lot
less code.
Arrow is heavily inspired by moment.js and requests.