How to Install and Uninstall python-oauth2client Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 21,2024

1. Install "python-oauth2client" package

This tutorial shows how to install python-oauth2client on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-oauth2client

2. Uninstall "python-oauth2client" package

Please follow the step by step instructions below to uninstall python-oauth2client on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-oauth2client $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-oauth2client package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-oauth2client
Priority: optional
Section: universe/python
Installed-Size: 615
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 2.0.1-1
Depends: python-httplib2 (>= 0.9), python-pyasn1 (>= 0.1.7), python-pyasn1-modules (>= 0.0.5), python-rsa (>= 3.1.4), python-six (>= 1.6.1), python-uritemplate, python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/python-oauth2client/python-oauth2client_2.0.1-1_all.deb
Size: 88712
MD5sum: 30797ca3ef55c0504bb5ba5796b3b671
SHA1: 4e9a9fdf6bdb024fa85bff25cd53b2041f1874d6
SHA256: dacae57289d3219de18c70a824783779ece2370358012bb7e8dcecd2825036c1
Description-en: OAuth 2.0 client library - Python 2.7
The oauth2client is a client library for OAuth 2.0.
.
OAuth is an open standard for authorization. OAuth provides a method for
clients to access server resources on behalf of a resource owner (such as a
different client or an end-user). It also provides a process for end-users to
authorize third-party access to their server resources without sharing their
credentials (typically, a username and password pair), using user-agent
redirections.
.
OAuth is a service that is complementary to, and therefore distinct from,
OpenID. OAuth is also distinct from OATH, which is a reference architecture
for authentication (i.e. not a standard).
.
This package provides the Python 2.7 module.
Description-md5: 0ceea6f5311f253ce0c99fc5230983bb
Homepage: https://github.com/google/oauth2client
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu