How to Install and Uninstall db2twitter Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "db2twitter" package

Please follow the instructions below to install db2twitter on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install db2twitter

2. Uninstall "db2twitter" package

Please follow the steps below to uninstall db2twitter on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove db2twitter $ sudo apt autoclean && sudo apt autoremove

3. Information about the db2twitter package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: db2twitter
Priority: optional
Section: universe/python
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Carl Chenet
Architecture: all
Version: 0.3-1
Depends: python3-mysql.connector, python3-sqlalchemy, python3-tweepy, python3:any (>= 3.4~)
Filename: pool/universe/d/db2twitter/db2twitter_0.3-1_all.deb
Size: 8896
MD5sum: ddeaa4f21afcd301d72a9a9ac70a98ca
SHA1: 2f0c041fd0f3fd4e8f4f63f624483371b3a6f119
SHA256: 6cf2a4a59409750dc95ffa4a8608565db7f08b0d0875465ea1b6ade87af41c37
Description-en: Simple Twitter bot using a database to build and send tweets
db2twitter fetches data from a database using the SQLAlchemy library,
filling a user-defined template to build a tweet and send it.
db2twitter keeps track of already sent tweets and only sends a new
tweet if it was not sent before. db2twitter information are stored in
a sqlite database.
Description-md5: 8842954d1acaf47ce193e49ee5ce0bd4
Homepage: https://github.com/chaica/db2twitter
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu