How to Install and Uninstall python-django-authority Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 06,2024

1. Install "python-django-authority" package

Please follow the step by step instructions below to install python-django-authority on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-django-authority

2. Uninstall "python-django-authority" package

Here is a brief guide to show you how to uninstall python-django-authority on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-django-authority $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-django-authority package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-django-authority
Priority: optional
Section: universe/python
Installed-Size: 176
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: all
Source: django-authority
Version: 0.5-2
Depends: python (>= 2.7), python (<< 2.8), python-django
Filename: pool/universe/d/django-authority/python-django-authority_0.5-2_all.deb
Size: 25380
MD5sum: db73ef1069cbeac77d58670b63afc9f1
SHA1: 7fd71d18b9a9d5115a72465858371d51bc6b2184
SHA256: 540e45aa4e3e08440a7d8ffbee63f255bccc772b50985ff6fa8a8c40853e81f3
Description-en: more powerful permission system for Django
django-authority is a powerful layer between Django's basic
permission system (provided through django.contrib.auth)
and your application.
.
It gives you the ability to add permissions like Django's
generic permissions to any kind of model without having to add
them to the model's Meta class, and provides a very simple way
to create per-object (or row-level) permissions.
Description-md5: e729aef8ac36865afc0014a1596d17eb
Homepage: http://packages.python.org/django-authority/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu