How to Install and Uninstall python3-shade Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-shade" package

This tutorial shows how to install python3-shade on Kali Linux

$ sudo apt update $ sudo apt install python3-shade

2. Uninstall "python3-shade" package

Learn how to uninstall python3-shade on Kali Linux:

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

3. Information about the python3-shade package on Kali Linux

Package: python3-shade
Source: python-shade
Version: 1.30.0-4
Installed-Size: 2018
Maintainer: Debian Python Team
Architecture: all
Depends: python3-openstacksdk (>= 0.15.0), python3-os-client-config (>= 1.28.0), python3-pbr, python3:any
Size: 224908
SHA256: 54e524a33d928a58eeaf1057f9da909aeebf1a2604b1e7201600978b8145fd98
SHA1: 02d28ee292deba0244d9796b5d04d9c22bc56170
MD5sum: 8995dac76d0bb2cbc449f8f47cb7d011
Description: 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 3.
Description-md5: 9f4afc67520ea2133da14b167b94faae
Homepage: https://pypi.python.org/pypi/shade
Section: python
Priority: optional
Filename: pool/main/p/python-shade/python3-shade_1.30.0-4_all.deb