How to Install and Uninstall python3-twitter.noarch Package on Fedora 34

Last updated: January 17,2025

1. Install "python3-twitter.noarch" package

This tutorial shows how to install python3-twitter.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-twitter.noarch

2. Uninstall "python3-twitter.noarch" package

This guide let you learn how to uninstall python3-twitter.noarch on Fedora 34:

$ sudo dnf remove python3-twitter.noarch $ sudo dnf autoremove

3. Information about the python3-twitter.noarch package on Fedora 34

Last metadata expiration check: 0:41:00 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-twitter
Version : 3.5
Release : 10.fc34
Architecture : noarch
Size : 102 k
Source : python-twitter-3.5-10.fc34.src.rpm
Repository : fedora
Summary : A python wrapper around the Twitter API
URL : https://github.com/bear/python-twitter
License : ASL 2.0
Description : This library provides a pure python interface for the Twitter API. Twitter
: (http://twitter.com) provides a service that allows people to connect via the
: web, IM, and SMS. Twitter exposes a web services API
: (http://twitter.com/help/api) and this library is intended to make it even
: easier for python programmers to use.