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

Last updated: May 20,2024

1. Install "python3-zeroconf" package

Learn how to install python3-zeroconf on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-zeroconf

2. Uninstall "python3-zeroconf" package

In this section, we are going to explain the necessary steps to uninstall python3-zeroconf on openSUSE Leap:

$ sudo zypper remove python3-zeroconf

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

Information for package python3-zeroconf:
-----------------------------------------
Repository : Main Repository
Name : python3-zeroconf
Version : 0.25.1-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 381.2 KiB
Installed : No
Status : not installed
Source package : python-zeroconf-0.25.1-bp155.2.9.src
Upstream URL : https://github.com/jstasiak/python-zeroconf
Summary : Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
Description :
This is a fork of pyzeroconf, a Multicast DNS Service Discovery for Python.
It is compatible with Bonjour and Avahi.
Compared to some other Zeroconf/Bonjour/Avahi Python packages, python-zeroconf
is not tied to Bonjour or Avahi, does not use D-Bus and
does not force you to use a particular event loop or python-twisted.