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

Last updated: May 05,2024

1. Install "python3-twython" package

This guide covers the steps necessary to install python3-twython on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-twython

2. Uninstall "python3-twython" package

Please follow the guidelines below to uninstall python3-twython on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-twython
Priority: optional
Section: universe/python
Installed-Size: 125
Maintainer: Ubuntu Developers
Original-Maintainer: Josue Ortega
Architecture: all
Source: twython
Version: 3.3.0-1
Depends: python3:any (>= 3.3.2-2~), python3-requests (>= 2.2.1), python3-requests-oauthlib (>= 0.4.0)
Filename: pool/universe/t/twython/python3-twython_3.3.0-1_all.deb
Size: 26700
MD5sum: 56fb1cd73d2a45c51d4e1b72e3fed713
SHA1: 90fcc06558f5c389d6a38c40d1019636ce0f3a6b
SHA256: e0f7b831a07d47e0f56be55e4b7fc9e8b6b3a23078470c356e83430de27cd50d
Description-en: Pure Python3 wrapper for the Twitter API
Twython is the premier Python3 library providing an easy (and up-to-date) way
to access Twitter data. Supports both normal and streaming Twitter APIs.
Twython can query data for:
-User information
-Twitter lists
-Timelines
-Direct Messages.
Twython implements many features that work with the different tasks that can be
performed with the Twitter images like update user status with images,
change user avatar, change user background image, change user banner image.
Description-md5: 6187b9c963028efd52348ded8326b0fb
Homepage: https://pypi.python.org/pypi/twython
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu