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

Last updated: May 17,2024

1. Install "python3-dropbox" package

This guide covers the steps necessary to install python3-dropbox on Kali Linux

$ sudo apt update $ sudo apt install python3-dropbox

2. Uninstall "python3-dropbox" package

In this section, we are going to explain the necessary steps to uninstall python3-dropbox on Kali Linux:

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

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

Package: python3-dropbox
Source: python-dropbox
Version: 11.36.2-1
Installed-Size: 5654
Maintainer: Debian Python Team
Architecture: all
Depends: python3-requests, python3-six (>= 1.12.0), python3-stone, python3:any
Size: 422120
SHA256: 04200cbde657bb9713f9f923449954ab148210e5895111a617fa828266c75605
SHA1: 1af9abe93873daa780f5a668bdbf23a4ab7a1f7e
MD5sum: a6f0d245a50339280d76d26b07676e8e
Description: Official Dropbox API Client (Python3 version)
A Python SDK for integrating with the Dropbox API v2. You need to create an
Dropbox Application to make API requests. All requests need to be made with an
OAuth 2 access token. To get started, once you've created an app, you can go to
the app's console and generate an access token for your own Dropbox account.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: http://www.dropbox.com/developers
Section: python
Priority: optional
Filename: pool/main/p/python-dropbox/python3-dropbox_11.36.2-1_all.deb