How to Install and Uninstall python3-ovsdbapp Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python3-ovsdbapp" package

Learn how to install python3-ovsdbapp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python3-ovsdbapp

2. Uninstall "python3-ovsdbapp" package

This is a short guide on how to uninstall python3-ovsdbapp on openSuSE Tumbleweed:

$ sudo zypper remove python3-ovsdbapp

3. Information about the python3-ovsdbapp package on openSuSE Tumbleweed

Information for package python3-ovsdbapp:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-ovsdbapp
Version : 2.5.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : python-ovsdbapp-2.5.0-1.2.src
Upstream URL : https://docs.openstack.org/ovsdbapp
Summary : A library for creating OVSDB applications
Description :
The ovdsbapp library is useful for creating applications that communicate via
Open_vSwitchs OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps
the Python 'ovs' and adds an event loop and friendly transactions.