python-oauth2client software package provides OAuth 2.0 client library, 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-oauth2client
python-oauth2client is installed in your system.
Make ensure the python-oauth2client package were installed using the commands given below,
$ sudo dpkg-query -l | grep python-oauth2client *
You will get with python-oauth2client package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Python |
| Package | python-oauth2client |
| Version | 1.2-2 |
| Description | OAuth 2.0 client library |
| Sub Section | Python |