How to Install and Uninstall python3-social-auth-core.noarch Package on Fedora 36

Last updated: May 06,2024

1. Install "python3-social-auth-core.noarch" package

This guide covers the steps necessary to install python3-social-auth-core.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-social-auth-core.noarch

2. Uninstall "python3-social-auth-core.noarch" package

Please follow the guidance below to uninstall python3-social-auth-core.noarch on Fedora 36:

$ sudo dnf remove python3-social-auth-core.noarch $ sudo dnf autoremove

3. Information about the python3-social-auth-core.noarch package on Fedora 36

Last metadata expiration check: 1:25:03 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-social-auth-core
Version : 4.2.0
Release : 2.fc36
Architecture : noarch
Size : 280 k
Source : python-social-auth-core-4.2.0-2.fc36.src.rpm
Repository : fedora
Summary : Python Social Auth is an easy to setup social authentication/registration mechanism with support for several frameworks and auth providers.
URL : https://github.com/python-social-auth/social-core/
License : BSD
Description :
: Python Social Auth aims to be an easy-to-setup social authentication and
: authorization mechanism for Python projects supporting protocols like OAuth (1
: and 2), OpenID and others.
:
: The initial codebase is derived from django-social-auth with the idea of
: generalizing the process to suit the different frameworks around, providing
: the needed tools to bring support to new frameworks.
:
: django-social-auth itself was a product of modified code from
: django-twitter-oauth and django-openid-auth projects.
:
: The project is now split into smaller modules to isolate and reduce
: responsibilities and improve reusability.
:
: Documentation: https://python-social-auth.readthedocs.io/en/latest/
: Release notes: https://github.com/python-social-auth/social_core/releases/tag/4.2.0
:
: If you want social-core to work with azuread (the Azure Active Directory), this
: is the package you need.
:
: Please note that, saml subpackage is disabled temporarily since 2022-02-27
: because of the following issues:
:
: https://github.com/onelogin/python3-saml/issues/292
: https://github.com/python-social-auth/social-core/issues/659
: https://github.com/onelogin/python3-saml/pull/297
:
: As a result, lxml is restricted to <4.7 in the upstream, which conflicts with
: the version 4.7.1 that is available in Fedora repositories already since f36.