Linux Ubuntu 15.10 Wily python-oauth2 Installation
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with python-oauth2 on Ubuntu 15.10 Wily Werewolf GNU/Linux.
The oauth2client library is included with the Google APIs Client Library for Python. It handles all steps of the OAuth 2.0 protocol required for making API calls.
-
Open a Command Line Terminal Window
Ctrl+Alt+tIn case first see: Terminal QuickStart Guide.
-
Add the Ubuntu Vivid Extra Packages Repo.
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
echo 'deb [trusted=yes] http://cz.archive.ubuntu.com/ubuntu vivid main universe' >> /etc/apt/sources.list.d/extra.list
Refresh the Apt Repositories sources with:
apt-get update
-
Installing python-oauth2 for Ubuntu 15.10 Wily
sudo su -c "apt-get install python-oauth2"
-
(Optional)Disabling the Ubuntu Vivid Extra Apt Repo.
rm /etc/apt/sources.list.d/extra.list
apt-get update
Keep it in Case you will Look for some others Extra Packages in the future…
exit
How to Install Google-Chrome Web Browser on Ubuntu Linux:
SetUp Chrome on Ubuntu.
How Install uTorrent BitTorrent Client on Ubuntu:
How to Install Skype on Ubuntu: SetUp Skype on Ubuntu.