Downloads
This page contains link to the latest stable release of Libcloud. If you are interested in an older release, please visit the archive page.
Libcloud 3.5.0 (stable - Python 3.6+ only) - Released on March 11th, 2022
Files:
- apache-libcloud-3.5.0.tar.gz [asc] [sha256] [sha512]
- apache-libcloud-3.5.0.tar.bz2 [asc] [sha256] [sha512]
- apache-libcloud-3.5.0.zip [asc] [sha256] [sha512]
Upgrade notes: Click
NOTE: Libcloud v3.0.0 dropped support for Python < 3.5. If you need to use Libcloud with those Python versions, you can use 2.8.x release series. Keep in mind that 2.8.x release series a bug-fix only. This means all the new features and improvements will only be added to the 3.x.x release series.
Files:
- apache-libcloud-2.8.3.tar.gz [asc] [sha256] [sha512]
- apache-libcloud-2.8.3.tar.bz2 [asc] [sha256] [sha512]
- apache-libcloud-2.8.3.zip [asc] [sha256] [sha512]
Upgrade notes: Click
You are strongly encouraged to verify those packages using the Apache Libcloud developers KEYS. You can find information on how to do that in the "Quick package verification guide" section bellow.
Distribution specific packages
Libcloud is also available in standard repositories of many popular Linux distributions.
Package name: python-libcloud
Installation:
apt-get install python-libcloud
Package name: python-libcloud
Installation:
yum install python-libcloud
Package name: apache-libcloud
Installation:
pacman -S apache-libcloud
Port name: ports/net/py-libcloud
Installation:
cd /usr/ports/net/py-libcloud
make install clean
Package name: py-libcloud
Installation:
pkg_add -r py27-libcloud
Port name: py-libcloud
Installation:
cd /usr/ports/net/py-libcloud
make install clean
Port name: py-libcloud
Installation:
port installl py-libcloud
Anaconda (Linux, OS X, Windows)
Package name: apache-libcloud
Installation:
conda install -c conda-forge apache-libcloud
Keep in mind that distribution packages may be out of date. If you want to make sure that you are using the latest version, you should install it by downloading the archive from this page or using pip.
The Python Package Index or PyPI is the official third-party software repository for the Python programming language.
We push all the releases to PyPi so you can also download and install the latest release using pip:
pip install apache-libcloud
Keep in mind that pip install
command doesn't verify the package signatures,
so if you are worried about that, you should manually download the package and
verify the signature using the steps described bellow.
Old releases can be found in the archive at https://www.apache.org/dist/libcloud/. We strongly recommend to not use those releases, but upgrade to the latest release available.
Source code can be found in our Git repository at http://gitbox.apache.org/repos/asf/libcloud.git
Read only mirror is also available on Github at https://github.com/apache/libcloud
Quick package verification guide
This section contains quick instructions on how to validate the release PGP signatures.
1.. Download the KEYS file from the Apache website
wget https://www.apache.org/dist/libcloud/KEYS
It is very important to only download KEYS
file from the Apache server which
is mentioned above.
2.. Import KEYS file
gpg --import KEYS
gpg: key 42721F00: public key "Paul Querna <...>" imported
gpg: Total number processed: 1
gpg: imported: 1
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2011-10-30</pre>
3.. Verify package with .asc
signature file
gpg --verify apache-libcloud-3.5.0.tar.bz2.asc apache-libcloud-3.5.0.tar.bz2
gpg: Signature made Wed Oct 6 15:31:35 2010 CDT using DSA key ID 42721F00
gpg: Good signature from "Paul Querna <...>"
gpg: aka "Paul Querna <...>"
gpg: ...</span>
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 39F6 691A 0ECF 0C50 E8BB 849C F788 75F6 4273.5.00
Example of a bad signature:
gpg --verify apache-libcloud-3.5.0.tar.bz2.asc apache-libcloud-3.5.0.tar.bz2
gpg: Signature made Wed Oct 6 15:31:35 2010 CDT using DSA key ID 42721F00
gpg: BAD signature from "Paul Querna <...>"