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

Last updated: May 05,2024

1. Install "zaqar-server" package

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

$ sudo apt update $ sudo apt install zaqar-server

2. Uninstall "zaqar-server" package

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

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

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

Package: zaqar-server
Priority: extra
Section: universe/net
Installed-Size: 94
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: zaqar
Version: 2.0.0-1
Depends: adduser, zaqar-common (= 2.0.0-1), debconf, python-keystoneclient, q-text-as-data, debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7)
Filename: pool/universe/z/zaqar/zaqar-server_2.0.0-1_all.deb
Size: 22376
MD5sum: 6b534680a764b392dfbc951c4eee0efa
SHA1: 1ac6d5be63991631a4d536c8a34d10a66a21be21
SHA256: 70caf1172ea708bf0921bf9ea385176a89cbca7ba62d7c02d46adc7b37efc70e
Description-en: OpenStack Queueing as a Service - API server
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 API server on which clients will connect.
Description-md5: a480de6c2b0edb8219c1e70819adcd98
Homepage: https://github.com/openstack/zaqar/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu