How to Install and Uninstall python3-arrow Package on openSUSE Leap

Last updated: October 05,2024

1. Install "python3-arrow" package

This tutorial shows how to install python3-arrow on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-arrow

2. Uninstall "python3-arrow" package

This guide covers the steps necessary to uninstall python3-arrow on openSUSE Leap:

$ sudo zypper remove python3-arrow

3. Information about the python3-arrow package on openSUSE Leap

Information for package python3-arrow:
--------------------------------------
Repository : Main Repository
Name : python3-arrow
Version : 0.15.5-1.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 481.6 KiB
Installed : No
Status : not installed
Source package : python-arrow-0.15.5-1.1.src
Upstream URL : https://github.com/crsmithdev/arrow
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.