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

Last updated: May 17,2024

1. Install "python3-zake" package

This guide covers the steps necessary to install python3-zake on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-zake

2. Uninstall "python3-zake" package

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

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

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

Package: python3-zake
Priority: optional
Section: universe/python
Installed-Size: 113
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-zake
Version: 0.1.6-1
Depends: python3-kazoo, python3-zope.interface (>= 3.8.0), python3-six, python3-testtools, python3:any (>= 3.3.2-2~)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-zake/python3-zake_0.1.6-1_all.deb
Size: 13852
MD5sum: a5b0e0b5c54160ab9410b27753bdc484
SHA1: 920ef533ca08119086d93ec244b4b9acf2889a54
SHA256: fc333fc3ba0ae9a68fa99a1c348329ce82165149e57da9ce57f04f9f78c1628b
Description-en: provides a set of testing utilities for the kazoo library - Python 3.x
Zake is a Python package that works to provide a nice set of testing utilities
for the kazoo library.
.
It includes the following functionality:
* Storage access (for viewing what was saved/created).
* Kazoo *mostly* compatible client API.
* Sync/transaction/create/get/delete... commands.
* Listener support.
* And more...
.
It simplifies testing by providing a client that has a similar API as the
kazoo client so that your tests (or applications/libraries that use kazoo) do
not require a real zookeeper server to be tested with (since this is not
available in all testing environments).
.
This package contains the Python 3.x module.
Description-md5: 75e8e6535ec9744c021eefede8e649b0
Homepage: https://github.com/yahoo/Zake
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu