How to Install and Uninstall python3-zeroconf Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python3-zeroconf" package

In this section, we are going to explain the necessary steps to install python3-zeroconf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-zeroconf

2. Uninstall "python3-zeroconf" package

This guide let you learn how to uninstall python3-zeroconf on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-zeroconf $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-zeroconf package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-zeroconf
Priority: optional
Section: universe/python
Installed-Size: 90
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-zeroconf
Version: 0.17.4-1
Depends: python3, python3-netifaces, python3-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-zeroconf/python3-zeroconf_0.17.4-1_all.deb
Size: 20774
MD5sum: ce40206020cb8e05723e77aca4cfc8d3
SHA1: d02e6c53abeebbee1c605d73064f4553586b6aae
SHA256: 9e1216ec038a6aedf0777ae05851d5c173a899dfb9a2f636e3358440b933c42f
Description-en: Pure Python implementation of multicast DNS service discovery (Python3)
This is an implementation of the multicast DNS Service Discover Library
zeroconf in pure Python.
.
Compared to some other Zeroconf/Bonjour/Avahi Python packages:
.
- isn't tied to Bonjour or Avahi
- doesn't use D-Bus
- doesn't force you to use particular event loop or Twisted
.
This is the Python3 version of the library.
Description-md5: 440f828672aa8305a7dca2f8d30202d7
Homepage: https://github.com/jstasiak/python-zeroconf
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu