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

Last updated: May 05,2024

1. Install "python-nose" package

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

$ sudo apt update $ sudo apt install python-nose

2. Uninstall "python-nose" package

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

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

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

Package: python-nose
Priority: optional
Section: universe/python
Installed-Size: 538
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: nose
Version: 1.3.7-1
Depends: python-pkg-resources, python2.7:any, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-coverage, python-nose-doc
Filename: pool/universe/n/nose/python-nose_1.3.7-1_all.deb
Size: 115606
MD5sum: 112e6f2628d31c9e79888032efb5be57
SHA1: b20ae3ad6951b1d8151ece70756d6fd444f01f2a
SHA256: 1a4aff48ba38b872d307bbe9ebc386a4cd704509e1247b5c83a673242933f3d5
Description-en: test discovery and running of Python's unittest
nose provides an alternate test discovery and running process for
unittest, one that is intended to mimic the behavior of py.test as
much as is reasonably possible without resorting to too much magic
Description-md5: 7f9a2e744ba481e6a80b9e2e17fc8016
Homepage: https://nose.readthedocs.org/en/latest/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu