How to Install and Uninstall python-zaqar Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 26,2024

1. Install "python-zaqar" package

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

$ sudo apt update $ sudo apt install python-zaqar

2. Uninstall "python-zaqar" package

Please follow the instructions below to uninstall python-zaqar on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-zaqar $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-zaqar package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-zaqar
Priority: extra
Section: universe/python
Installed-Size: 1706
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: zaqar
Version: 2.0.0-1
Depends: python-autobahn (>= 0.10.1), python-babel, python-enum34, python-falcon, python-futurist (>= 0.11.0), python-iso8601, python-jsonschema, python-keystonemiddleware (>= 4.0.0), python-memcache (>= 1.56), python-msgpack, python-oslo.cache (>= 1.5.0), python-oslo.config (>= 1:3.7.0), python-oslo.context (>= 0.2.0), python-oslo.i18n (>= 2.1.0), python-oslo.log (>= 2.0.0), python-oslo.policy (>= 0.5.0), python-oslo.serialization (>= 2.0.0), python-oslo.utils (>= 3.5.0), python-pbr (>= 1.8), python-requests (>= 2.8.1), python-six (>= 1.9.0), python-sqlalchemy (>= 1.0.10), python-stevedore (>= 1.5.0), python-trollius, python-webob, python-sqlalchemy (<< 1.1), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/z/zaqar/python-zaqar_2.0.0-1_all.deb
Size: 168132
MD5sum: e73051d36e0ca73e2906ede2a342efec
SHA1: 6ace187438fb1d176c6176d795bd6ff235015980
SHA256: 5598b22ea22c25ec9864006ccdf8cb8f1236cef6fd0e464ce81261a17f5ad8ac
Description-en: OpenStack Queueing as a Service - Python libraries
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 libraries that are part of Zaqar.
Description-md5: 60c1c358b50df6554e131093991e5d1d
Homepage: https://github.com/openstack/zaqar/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions