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

Last updated: May 20,2024

1. Install "python3-tweepy" package

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

$ sudo apt update $ sudo apt install python3-tweepy

2. Uninstall "python3-tweepy" package

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

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

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

Package: python3-tweepy
Source: tweepy
Version: 4.10.1-1
Installed-Size: 617
Maintainer: Debian Python Team
Architecture: all
Depends: python3-oauthlib, python3-requests, python3-requests-oauthlib, python3:any
Recommends: python3-aiohttp, python3-async-lru
Suggests: python-tweepy-doc
Size: 85968
SHA256: a86bfb1ecd24b7c864e4a53be681465486df29c83b59f6bee136b7f551ec8368
SHA1: d0c0de93df146f4f35c28a0752f410d2cf47ad0f
MD5sum: 3a5616e02d0844b45984273fa92ba515
Description: Twitter library for Python 3
Tweepy is a Twitter and Identi.ca library for Python
that can be used in desktop and web applications. It has the
following features:
- OAuth support
- Covers the entire Twitter API
- Streaming API support
- Cache system (memory, file)
- Easy to use
.
This package installs the Python 3 module.
Description-md5: 64c1ac34a97916d506f04a48878937ac
Homepage: https://www.tweepy.org/
Section: python
Priority: optional
Filename: pool/main/t/tweepy/python3-tweepy_4.10.1-1_all.deb