How to Install and Uninstall python3-nose-timer Package on Kali Linux

Last updated: May 09,2024

1. Install "python3-nose-timer" package

This guide let you learn how to install python3-nose-timer on Kali Linux

$ sudo apt update $ sudo apt install python3-nose-timer

2. Uninstall "python3-nose-timer" package

Please follow the steps below to uninstall python3-nose-timer on Kali Linux:

$ sudo apt remove python3-nose-timer $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-nose-timer package on Kali Linux

Package: python3-nose-timer
Source: python-nose-timer
Version: 0.3.0-4
Installed-Size: 31
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-nose, python3:any
Suggests: python-nose-timer-doc
Size: 7160
SHA256: 8d48b1a6d1c01a4f6bf5311ee16a76898c502fe176d24307d97273e27acb6d4b
SHA1: 18f78a8081de5918e292d338eb79c3ac3b51b932
MD5sum: 999388b8713a959fcf11f3deb7bc55be
Description: timer plugin for nosetests - Python 3.x
A timer plugin for nosetests that answers the question: how much time does
every test take? Run nosetests with the --with-timer flag, and you will see
a list of the tests and the time spent by each one (in seconds):
.
myapp.tests.ABigTestCase.test_the_world_is_running: 56.0010s
myapp.tests.ABigTestCase.test_the_rest_of_the_galaxy_is_running: 2356.0010s
.
It is also possible to list the 10 slowest tests this way:
.
nosetests --with-timer --timer-top-n 10
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/mahmoudimus/nose-timer
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-nose-timer/python3-nose-timer_0.3.0-4_all.deb