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

Last updated: May 21,2024

1. Install "python3-tooz" package

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

$ sudo zypper refresh $ sudo zypper install python3-tooz

2. Uninstall "python3-tooz" package

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

$ sudo zypper remove python3-tooz

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

Information for package python3-tooz:
-------------------------------------
Repository : Main Repository
Name : python3-tooz
Version : 2.1.0-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 766.6 KiB
Installed : No
Status : not installed
Source package : python-tooz-2.1.0-bp155.2.9.src
Upstream URL : https://docs.openstack.org/developer/tooz/
Summary : Coordination library for distributed systems
Description :
The Tooz project aims at centralizing the most common distributed primitives
like group membership protocol, lock service and leader election by providing
a coordination API helping developers to build distributed applications.
This package contains the Python 3.x module.