How To Install python3-django-authority on Fedora 36

In this tutorial we learn how to install python3-django-authority in Fedora 36. python3-django-authority is Django app for permissions - Python 3 version

Introduction

In this tutorial we learn how to install python3-django-authority on Fedora 36.

What is python3-django-authority

This is a Django app for generic per-object permissions, custom permission checks and permission requests. It also includes view decorators and template tags for ease of use. This package provides Python 3 build of django-authority.

We can use yum or dnf to install python3-django-authority on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-django-authority.

Install python3-django-authority on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-django-authority using dnf by running the following command:

sudo dnf -y install python3-django-authority

Install python3-django-authority on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-django-authority using yum by running the following command:

sudo yum -y install python3-django-authority

How To Uninstall python3-django-authority on Fedora 36

To uninstall only the python3-django-authority package we can use the following command:

sudo dnf remove python3-django-authority

python3-django-authority Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/authority
/usr/lib/python3.10/site-packages/authority/__init__.py
/usr/lib/python3.10/site-packages/authority/__pycache__
/usr/lib/python3.10/site-packages/authority/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/admin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/admin.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/forms.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/forms.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/managers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/managers.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/models.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/models.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/permissions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/permissions.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/sites.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/sites.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/tests.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/tests.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/urls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/urls.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/views.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/views.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/widgets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/__pycache__/widgets.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/admin.py
/usr/lib/python3.10/site-packages/authority/compat.py
/usr/lib/python3.10/site-packages/authority/decorators.py
/usr/lib/python3.10/site-packages/authority/exceptions.py
/usr/lib/python3.10/site-packages/authority/fixtures
/usr/lib/python3.10/site-packages/authority/fixtures/tests.json
/usr/lib/python3.10/site-packages/authority/fixtures/tests_custom.json
/usr/lib/python3.10/site-packages/authority/forms.py
/usr/lib/python3.10/site-packages/authority/managers.py
/usr/lib/python3.10/site-packages/authority/migrations
/usr/lib/python3.10/site-packages/authority/migrations/0001_initial.py
/usr/lib/python3.10/site-packages/authority/migrations/__init__.py
/usr/lib/python3.10/site-packages/authority/migrations/__pycache__
/usr/lib/python3.10/site-packages/authority/migrations/__pycache__/0001_initial.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/migrations/__pycache__/0001_initial.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/migrations/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/migrations/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/models.py
/usr/lib/python3.10/site-packages/authority/permissions.py
/usr/lib/python3.10/site-packages/authority/sites.py
/usr/lib/python3.10/site-packages/authority/templates
/usr/lib/python3.10/site-packages/authority/templates/admin
/usr/lib/python3.10/site-packages/authority/templates/admin/edit_inline
/usr/lib/python3.10/site-packages/authority/templates/admin/edit_inline/action_tabular.html
/usr/lib/python3.10/site-packages/authority/templates/admin/permission_change_form.html
/usr/lib/python3.10/site-packages/authority/templates/authority
/usr/lib/python3.10/site-packages/authority/templates/authority/403.html
/usr/lib/python3.10/site-packages/authority/templates/authority/permission_delete_link.html
/usr/lib/python3.10/site-packages/authority/templates/authority/permission_form.html
/usr/lib/python3.10/site-packages/authority/templates/authority/permission_request_approve_link.html
/usr/lib/python3.10/site-packages/authority/templates/authority/permission_request_delete_link.html
/usr/lib/python3.10/site-packages/authority/templatetags
/usr/lib/python3.10/site-packages/authority/templatetags/__init__.py
/usr/lib/python3.10/site-packages/authority/templatetags/__pycache__
/usr/lib/python3.10/site-packages/authority/templatetags/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/templatetags/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/templatetags/__pycache__/permissions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/authority/templatetags/__pycache__/permissions.cpython-310.pyc
/usr/lib/python3.10/site-packages/authority/templatetags/permissions.py
/usr/lib/python3.10/site-packages/authority/tests.py
/usr/lib/python3.10/site-packages/authority/urls.py
/usr/lib/python3.10/site-packages/authority/views.py
/usr/lib/python3.10/site-packages/authority/widgets.py
/usr/lib/python3.10/site-packages/django_authority-0.11-py3.10.egg-info
/usr/lib/python3.10/site-packages/django_authority-0.11-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/django_authority-0.11-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/django_authority-0.11-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/django_authority-0.11-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/django_authority-0.11-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/django_authority-0.11-py3.10.egg-info/top_level.txt
/usr/share/doc/python3-django-authority
/usr/share/doc/python3-django-authority/AUTHORS
/usr/share/doc/python3-django-authority/README.rst
/usr/share/doc/python3-django-authority/docs
/usr/share/doc/python3-django-authority/docs/check_decorator.txt
/usr/share/doc/python3-django-authority/docs/check_python.txt
/usr/share/doc/python3-django-authority/docs/check_templates.txt
/usr/share/doc/python3-django-authority/docs/configuration.txt
/usr/share/doc/python3-django-authority/docs/create_basic_permission.txt
/usr/share/doc/python3-django-authority/docs/create_custom_permission.txt
/usr/share/doc/python3-django-authority/docs/create_per_object_permission.txt
/usr/share/doc/python3-django-authority/docs/documentation_guidelines.txt
/usr/share/doc/python3-django-authority/docs/handling_admin.txt
/usr/share/doc/python3-django-authority/docs/handling_python.txt
/usr/share/doc/python3-django-authority/docs/handling_template.txt
/usr/share/doc/python3-django-authority/docs/index.txt
/usr/share/doc/python3-django-authority/docs/installation.txt
/usr/share/doc/python3-django-authority/docs/support.txt
/usr/share/doc/python3-django-authority/docs/tips_tricks.txt
/usr/share/doc/python3-django-authority/example
/usr/share/doc/python3-django-authority/example/__init__.py
/usr/share/doc/python3-django-authority/example/development.py
/usr/share/doc/python3-django-authority/example/exampleapp
/usr/share/doc/python3-django-authority/example/exampleapp/__init__.py
/usr/share/doc/python3-django-authority/example/exampleapp/admin.py
/usr/share/doc/python3-django-authority/example/exampleapp/forms.py
/usr/share/doc/python3-django-authority/example/exampleapp/models.py
/usr/share/doc/python3-django-authority/example/exampleapp/permissions.py
/usr/share/doc/python3-django-authority/example/exampleapp/tests.py
/usr/share/doc/python3-django-authority/example/exampleapp/views.py
/usr/share/doc/python3-django-authority/example/manage.py
/usr/share/doc/python3-django-authority/example/production.py
/usr/share/doc/python3-django-authority/example/settings.py
/usr/share/doc/python3-django-authority/example/urls.py
/usr/share/doc/python3-django-authority/example/users
/usr/share/doc/python3-django-authority/example/users/__init__.py
/usr/share/doc/python3-django-authority/example/users/admin.py
/usr/share/doc/python3-django-authority/example/users/models.py
/usr/share/licenses/python3-django-authority
/usr/share/licenses/python3-django-authority/LICENSE

References

Summary

In this tutorial we learn how to install python3-django-authority on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).