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

Last updated: January 13,2025

1. Install "python3-twitter.noarch" package

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

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

2. Uninstall "python3-twitter.noarch" package

This guide covers the steps necessary to uninstall python3-twitter.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:01:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-twitter
Version : 3.5
Release : 13.fc36
Architecture : noarch
Size : 99 k
Source : python-twitter-3.5-13.fc36.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.