How to Install and Uninstall python3-openid.noarch Package on Fedora 35

Last updated: May 18,2024

1. Install "python3-openid.noarch" package

This guide covers the steps necessary to install python3-openid.noarch on Fedora 35

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

2. Uninstall "python3-openid.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-openid.noarch on Fedora 35:

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

3. Information about the python3-openid.noarch package on Fedora 35

Last metadata expiration check: 0:08:40 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-openid
Version : 3.1.0
Release : 13.fc35
Architecture : noarch
Size : 203 k
Source : python3-openid-3.1.0-13.fc35.src.rpm
Repository : fedora
Summary : Python 3 port of the python-openid library
URL : https://github.com/necaris/python3-openid
License : ASL 2.0
Description : This started out as a fork of the Python OpenID library,
: with changes to make it Python 3 compatible.
: It's now a port of that library,
: including cleanups and updates to the code in general.