How to Install and Uninstall python3-oauth2client Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-oauth2client" package

In this section, we are going to explain the necessary steps to install python3-oauth2client on Kali Linux

$ sudo apt update $ sudo apt install python3-oauth2client

2. Uninstall "python3-oauth2client" package

Please follow the guidance below to uninstall python3-oauth2client on Kali Linux:

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

3. Information about the python3-oauth2client package on Kali Linux

Package: python3-oauth2client
Source: python-oauth2client
Version: 4.1.3-5
Installed-Size: 356
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-fasteners, python3-httplib2, python3-openssl, python3-pyasn1 (>= 0.1.7), python3-pyasn1-modules, python3-rsa, python3-six (>= 1.6.1), python3-sqlalchemy, python3:any
Size: 69048
SHA256: c83b939d459461c72c52feaf5e6d2258eb0ba1f0dcd5814444ed4fe10396e052
SHA1: 3b2b1e8c67c6f271abadd58ec7ea9c07306b5742
MD5sum: 72b70a065643d0eefeb2cfa4ccfef4bb
Description: 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:
Homepage: https://github.com/google/oauth2client
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-oauth2client/python3-oauth2client_4.1.3-5_all.deb