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

Last updated: May 18,2024

1. Install "python3-tweepy" package

This tutorial shows how to install python3-tweepy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-tweepy

2. Uninstall "python3-tweepy" package

This guide let you learn how to uninstall python3-tweepy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-tweepy
Priority: optional
Section: universe/python
Installed-Size: 148
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: tweepy
Version: 3.5.0-1
Depends: python3 (>= 3.4), python3-requests, python3-requests-oauthlib, python3-six (>= 1.7.3)
Suggests: python-tweepy-doc
Filename: pool/universe/t/tweepy/python3-tweepy_3.5.0-1_all.deb
Size: 24616
MD5sum: ab427f3431f63974b3b5b1558b13941e
SHA1: 11ee87e6b04fa91c8121ac2ff7b8f37d24658675
SHA256: 2aeaa4c505a393dc23e8e624554e3db42754c80ef4005d86d95094c6528f0341
Description-en: 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 is for Python3.
Description-md5: a8291411b82d45c00ba0463029ef2d87
Homepage: http://tweepy.github.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu