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

Last updated: October 05,2024

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

Please follow the guidance below to install python3-social-auth-core.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 2:09:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-social-auth-core
Version : 4.0.2
Release : 2.fc34
Architecture : noarch
Size : 274 k
Source : python-social-auth-core-4.0.2-2.fc34.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.0.2
:
: If you want social-core to work with azuread (the Azure Active Directory), this
: is the package you need.