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

Last updated: May 18,2024

1. Install "python3-ironicclient" package

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

$ sudo apt update $ sudo apt install python3-ironicclient

2. Uninstall "python3-ironicclient" package

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

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

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

Package: python3-ironicclient
Priority: extra
Section: universe/python
Installed-Size: 588
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-ironicclient
Version: 1.2.0-2
Depends: python3-appdirs (>= 1.3.0), python3-cliff (>= 0.15.0), python3-dogpile.cache (>= 0.5.4), python3-httplib2 (>= 0.7.5), python3-keystoneauth1 (>= 2.1.0), python3-openstackclient (>= 2.1.0), python3-oslo.i18n (>= 2.1.0), python3-oslo.utils (>= 3.5.0), python3-pbr (>= 1.8), python3-prettytable (>= 0.7), python3-requests (>= 2.8.1), python3-six (>= 1.9.0), python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-ironicclient/python3-ironicclient_1.2.0-2_all.deb
Size: 73380
MD5sum: 8182b81535cbbf95cec5acc509192216
SHA1: b7da7132ddfb8f137d7cddfa0d4e0e03606f0191
SHA256: a6b61d538a6d6626e5fd438e49c611262bf25bf41f83e7f1c4ebaad3e6fd0f2e
Description-en: Client for OpenStack bare metal Service - Python 3.x
Ironic provision bare metal machines instead of virtual machines. It is a fork
of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
API and a set of plugins which interact with the bare metal hypervisors. By
default, it will use PXE and IPMI in concert to provision and turn on/off
machines, but Ironic also supports vendor-specific plugins which may
implement
additional functionality.
.
This is a client for the OpenStack Ironic API. There's a Python API
(the "ironicclient" module), and a command-line script ("ironic").
.
Installing this package gets you a shell command, that you can use to
interact with Ironic's API.
.
This package provides the Python 3.x support.
Description-md5: bff5deb8852a7580988b611b1ed40efa
Homepage: http://www.openstack.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu