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

Last updated: September 20,2024

1. Install "python3-zaqarclient" package

Please follow the guidelines below to install python3-zaqarclient on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-zaqarclient

2. Uninstall "python3-zaqarclient" package

Please follow the guidelines below to uninstall python3-zaqarclient on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-zaqarclient
Priority: optional
Section: universe/python
Installed-Size: 274
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-zaqarclient
Version: 1.0.0-3
Depends: python3-jsonschema, python3-keystoneclient (>= 1:1.6.0), python3-oslo.i18n (>= 2.1.0), python3-requests (>= 2.8.1), python3-six (>= 1.9.0), python3-stevedore (>= 1.5.0), python3-pbr, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-zaqarclient/python3-zaqarclient_1.0.0-3_all.deb
Size: 34400
MD5sum: 962e954c21d20ba5b41aa907ac88de94
SHA1: 2e9a1af90fd9c6e62c1d2e5c7289e12aebbfdaec
SHA256: deb0099bf3b53a8079a22c409cf4a69690f9d57ac3fb01e70bb9e4bf42c2c5c7
Description-en: OpenStack Zaqar Queueing API, client and library - Python 3.x
Zaqar is a multi-tenant cloud messaging service for web developers. It
combines the ideas pioneered by Amazon's SQS product with additional semantics
to support event broadcasting.
.
The service features a fully RESTful API, which developers can use to send
messages between various components of their SaaS and mobile applications, by
using a variety of communication patterns. Underlying this API is an efficient
messaging engine designed with scalability and security in mind.
.
Other OpenStack components can integrate with Zaqar to surface events to end
users and to communicate with guest agents that run in the "over-cloud" layer.
Cloud operators can leverage Zaqar to provide equivalents of SQS and SNS to
their customers.
.
By installing python-zaqarclient you get programmatic access to the Zaqar v1.0
API library. Plus, it installs a plugin to python-openstackclient that allows
you to perform simple queue operations.
.
This package contains the Python 3.x module.
Description-md5: 5e345de83681dbe744313fd5f1ed7a7f
Homepage: http://www.openstack.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu