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

Last updated: October 06,2024

1. Install "python3-designateclient" package

Learn how to install python3-designateclient on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-designateclient

2. Uninstall "python3-designateclient" package

Learn how to uninstall python3-designateclient on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-designateclient
Priority: extra
Section: universe/python
Installed-Size: 337
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-designateclient
Version: 2.1.0-2
Depends: python3-cliff (>= 1.15.0), python3-debtcollector (>= 1.2.0), python3-jsonschema, python3-keystoneclient (>= 1:0.11.1), python3-oslo.utils (>= 3.5.0), python3-pbr (>= 1.8), python3-requests, python3-six (>= 1.9.0), python3-stevedore (>= 1.5.0), python3.5:any, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-designateclient/python3-designateclient_2.1.0-2_all.deb
Size: 38892
MD5sum: dbc5b2bc5c980d061f965d580a046aa5
SHA1: a403600263363de0852279698617586fd3f9c06e
SHA256: 01c22a4364ef9394575c6c97cef2bc01d0752df031dd4c2cc1265c3861ea02cb
Description-en: client library for the OpenStack Designate API - Python 3.x
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This is a client for the OpenStack Designate API. There's a Python API
(the "designateclient" module), and a command-line script ("designate").
.
Installing this package gets you a shell command, that you can use to
interact with Designate's API.
.
This package provides the Python 3.x module.
Description-md5: 1d586d2c5ad0fdb2c16cb4cbc7148492
Homepage: https://github.com/openstack/python-designateclient
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu