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

Last updated: October 05,2024

1. Install "python-shade" package

This guide let you learn how to install python-shade on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-shade

2. Uninstall "python-shade" package

This guide let you learn how to uninstall python-shade on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-shade
Priority: extra
Section: universe/python
Installed-Size: 919
Maintainer: Ubuntu Developers
Original-Maintainer: Clint Byrum
Architecture: all
Version: 1.5.1-0ubuntu1
Depends: python-cinderclient, python-decorator, python-dogpile.cache, python-glanceclient, python-heatclient, python-ipaddress, python-ironicclient, python-jsonpatch, python-keystoneauth1, python-keystoneclient, python-munch, python-netifaces, python-neutronclient, python-novaclient, python-os-client-config, python-pbr, python-requestsexceptions, python-six, python-swiftclient, python-troveclient, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-shade/python-shade_1.5.1-0ubuntu1_all.deb
Size: 103556
MD5sum: d284eb62e4260b472edde28f8a5d6960
SHA1: 0af740548e88f0031a0a45419a0e29f2186324b9
SHA256: 1040b7094406e15c7f7dbd98679d242dbc9fd2841dce75dbb00227d41031d172
Description-en: Client library for operating OpenStack clouds
Shade is a simple Python client library for operating OpenStack
clouds. The key word here is simple. Clouds can do many things - but
there are probably only about 10 of them that most people care about
with any regularity. If you want to do complicated things, you should
probably use the lower level client libraries - or even the REST API
directly. However, if what you want is to be able to write an application
that talks to clouds no matter what choices the deployer has made then
shade is for you.
.
This package installs the library for Python 2.
Description-md5: 340c5ff3ffd5f737bab38f8631f4b616
Homepage: https://pypi.python.org/pypi/shade
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu