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

Last updated: November 26,2024

1. Install "python-django-voting" package

This tutorial shows how to install python-django-voting on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-voting" package

Please follow the step by step instructions below to uninstall python-django-voting on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-voting
Priority: optional
Section: universe/python
Installed-Size: 120
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.2-1
Depends: python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-django (>= 1.0)
Suggests: python-django-south
Filename: pool/universe/p/python-django-voting/python-django-voting_0.2-1_all.deb
Size: 19070
MD5sum: 5c6a7039b80d99d4cbaf24b076bdd2f5
SHA1: cc639ccfa87166e5a801c807ca97408634523913
SHA256: 1791773e19b8d92fe8f0c56eba50349a48f43f707c67f854397974a920839ecb
Description-en: generic voting application for Django
This voting app for Django allows registering votes against any Model
instance, retrieval of the score for an object, retrieval of top and
bottom-rated objects for a particular Model. Also features the ability to
clear votes, a template tag library, a generic view for wiring up voting for
a Model (GET requests result in a confirmation page, POST requests submit
votes), a generic view for voting using XMLHttpRequest (as a bonus, if the
non-XMLHttpRequest generic view detects that a request was made via
XMLHttpRequest, it will automatically use this view to process the request,
which makes it trivial to progressively enhance your project with
XMLHttpRequest-based voting).
Description-md5: 1a7e20d389e16a5b215352030d2e99a1
Homepage: http://code.google.com/p/django-voting
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu