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

Last updated: November 23,2024

1. Install "python3-oauth2client" package

In this section, we are going to explain the necessary steps to install python3-oauth2client on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-oauth2client

2. Uninstall "python3-oauth2client" package

This guide covers the steps necessary to uninstall python3-oauth2client on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-oauth2client
Priority: optional
Section: universe/python
Installed-Size: 327
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-oauth2client
Version: 2.0.1-1
Depends: python3-httplib2 (>= 0.9), python3-pyasn1 (>= 0.1.7), python3-pyasn1-modules (>= 0.0.5), python3-rsa (>= 3.1.4), python3-six (>= 1.6.1), python3-uritemplate, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-oauth2client/python3-oauth2client_2.0.1-1_all.deb
Size: 56490
MD5sum: c6b611acefb41b7aea7a360346bbefa6
SHA1: 8d5c37c2063f273e7fd3ede66af3ab137c9ed5db
SHA256: 49831718a645208247f08c8d3e07e9ce43f3dc0ec10605736d4e912bbfc22070
Description-en: OAuth 2.0 client library - Python 3.x
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 3.x module.
Description-md5: fefa01b53b1c21c34d394695e37510e9
Homepage: https://github.com/google/oauth2client
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu