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

Last updated: June 26,2024

1. Install "python-Epsilon" package

Please follow the steps below to install python-Epsilon on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-Epsilon

2. Uninstall "python-Epsilon" package

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

$ sudo zypper remove python-Epsilon

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

Information for package python-Epsilon:
---------------------------------------
Repository : Main Repository
Name : python-Epsilon
Version : 0.7.0-bp153.1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 724,5 KiB
Installed : No
Status : not installed
Source package : python-Epsilon-0.7.0-bp153.1.20.src
Summary : Divmod utility package
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.