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

Last updated: May 19,2024

1. Install "python-django-nose" package

This guide covers the steps necessary to install python-django-nose on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-nose" package

Please follow the guidelines below to uninstall python-django-nose on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-nose
Priority: optional
Section: universe/python
Installed-Size: 100
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-nose
Version: 1.4.3-1
Depends: python-nose, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/django-nose/python-django-nose_1.4.3-1_all.deb
Size: 23514
MD5sum: 9a9813b1da707cd1b7ff4a6110603df6
SHA1: 148659e93a64f753ddf621546f20b3e1df82435e
SHA256: 0e2e5aa895a86e5c83f5b6cc481941937fddeb88678cf04de409153cd442679e
Description-en: Django test runner that uses python-nose
python-django-nose integrates python-nose into Django test runner by
extending the Django management CLI with nose-related options.
Those options are targeted at running nose tests directly from within the
Django management system (e.g. django-admin).
Description-md5: 25d07195787658768c03ed1c7c3e163f
Homepage: http://pypi.python.org/pypi/django-nose/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu