How to Install python-libcloud software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install python-libcloud software package in Ubuntu 14.04 LTS (Trusty Tahr)

python-libcloud software package provides unified Python interface into the cloud, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install python-libcloud 

python-libcloud is installed in your system.

Make ensure the python-libcloud package were installed using the commands given below,

$ sudo dpkg-query -l | grep python-libcloud *

You will get with python-libcloud package name, version, architecture and description in a table

python-libcloud package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Python
Package python-libcloud
Version 0.5.0-1.1
Description unified Python interface into the cloud
Sub Section Python


See Also, How to uninstall or remove python-libcloud software package from Ubuntu 14.04 LTS (Trusty Tahr)?