How to Install and Uninstall python-Axiom Package on openSUSE Leap

Last updated: April 29,2024

1. Install "python-Axiom" package

In this section, we are going to explain the necessary steps to install python-Axiom on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-Axiom

2. Uninstall "python-Axiom" package

This guide let you learn how to uninstall python-Axiom on openSUSE Leap:

$ sudo zypper remove python-Axiom

3. Information about the python-Axiom package on openSUSE Leap

Information for package python-Axiom:
-------------------------------------
Repository : Main Repository
Name : python-Axiom
Version : 0.7.3-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 1,6 MiB
Installed : No
Status : not installed
Source package : python-Axiom-0.7.3-bp153.1.17.src
Summary : An in-process object-relational database
Description :
A small utility package that depends on tools too recent for Twisted (like
datetime in python2.4) but performs generic enough functions that it can be
used in projects that don't want to share Divmod's other projects' large
footprint.
Currently included:
* A powerful date/time formatting and import/export class (ExtimeDotTime),
for exchanging date and time information between all Python's various
ways to interpret objects as times or time deltas.
* Tools for managing concurrent asynchronous processes within Twisted.
* A metaclass which helps you define classes with explicit states.
* A featureful Version class.
* A formal system for application of monkey-patches.