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

Last updated: July 06,2024

1. Install "python3-libcloud" package

This is a short guide on how to install python3-libcloud on Kali Linux

$ sudo apt update $ sudo apt install python3-libcloud

2. Uninstall "python3-libcloud" package

Please follow the guidelines below to uninstall python3-libcloud on Kali Linux:

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

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

Package: python3-libcloud
Source: libcloud
Version: 3.4.1-5
Installed-Size: 7868
Maintainer: Debian Python Team
Architecture: all
Depends: python3-cryptography, python3-lockfile, python3-simplejson, python3-requests, python3:any
Size: 807708
SHA256: 2856e1e6cf0756eac5e1e4effc4da43bb26bfc0fefa42e2bebaadbe071204725
SHA1: d54eb05f8468cc3e18d21610effb5787b6dbcd06
MD5sum: fd878b76bf0797bdcc0cdffd2d8e50da
Description: unified Python interface into the cloud (Python3 version)
libcloud is a pure Python client library for interacting with many of the
popular cloud server providers using a unified API. It was created to make it
easy for developers to build products that work between any of the services
that it supports.
.
* Avoid vendor lock-in
* Use the same API to talk to many different providers
* More than 30 supported providers total
.
Resource you can manage with Libcloud are divided in the following categories:
.
* Cloud Servers and Block Storage - services such as Amazon EC2 and
Rackspace Cloud Servers (libcloud.compute.*)
* Cloud Object Storage and CDN - services such as Amazon S3 and
Rackspace CloudFiles (libcloud.storage.*)
* Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*)
* DNS as a Service, DNSaaS (libcloud.dns.*)
* Container virtualization services (libcloud.container.*)
.
libcloud was originally created by the folks over at Cloudkick, but has
since grown into an independent free software project licensed under
the Apache License (2.0).
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://libcloud.apache.org/
Section: python
Priority: optional
Filename: pool/main/libc/libcloud/python3-libcloud_3.4.1-5_all.deb