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

Last updated: September 20,2024

1. Install "python-ironicclient" package

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

$ sudo apt update $ sudo apt install python-ironicclient

2. Uninstall "python-ironicclient" package

This guide covers the steps necessary to uninstall python-ironicclient on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-ironicclient
Priority: optional
Section: universe/python
Installed-Size: 588
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.2.0-2
Depends: python-appdirs (>= 1.3.0), python-cliff (>= 1.15.0), python-dogpile.cache (>= 0.5.4), python-httplib2 (>= 0.7.5), python-keystoneauth1 (>= 2.1.0), python-openstackclient (>= 2.1.0), python-oslo.i18n (>= 2.1.0), python-oslo.utils (>= 3.5.0), python-pbr (>= 1.8), python-prettytable (>= 0.7), python-requests (>= 2.8.1), python-six (>= 1.9.0), python2.7:any, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-ironicclient/python-ironicclient_1.2.0-2_all.deb
Size: 73300
MD5sum: 8f523d87f0f2f72c239e146d670a30e1
SHA1: c3095964a45010058567a95794fa24dc19ab8437
SHA256: adc369d2eea8bd50677bdb420766a41a73e2fc70b46a32663fb89845344c0c54
Description-en: Client for OpenStack bare metal Service - Python 2.7
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 2.7 support.
Description-md5: 7a74cb011478c688e5512319ac85a254
Homepage: http://www.openstack.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu