How to Install and Uninstall python3-yappi Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-yappi" package

Here is a brief guide to show you how to install python3-yappi on Kali Linux

$ sudo apt update $ sudo apt install python3-yappi

2. Uninstall "python3-yappi" package

Here is a brief guide to show you how to uninstall python3-yappi on Kali Linux:

$ sudo apt remove python3-yappi $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-yappi package on Kali Linux

Package: python3-yappi
Source: python-yappi
Version: 1.4.0-3
Installed-Size: 159
Maintainer: Debian OpenStack
Architecture: amd64
Depends: python3-gevent, python3 (<< 3.13), python3 (>= 3.11~), python3.11:any, python3:any, libc6 (>= 2.17)
Size: 35476
SHA256: 6c51379d8fdc2d201bc5dfa51c7dd6a022b5ddd3a5de0ff964a8b7ce772613b2
SHA1: 5d28c2b08f9952992acbe824bcb62f934a6111fe
MD5sum: 3e1f66d8a61fdf1ae77969931509b92e
Description: Yet Another Python Profiler - Python 3.x
Yappi stands for Yet Another Python Profiler. It supports Multithread/CPU time
profiling.
.
CPython standard distribution comes with three profilers. cProfile, Profile
and hotshot. cProfile is implemented as a C module based on lsprof, Profile is
in pure Python and hotshot can be seen as a small subset of a cProfile.
.
The major issue is that all of these profilers lack support for multi-threaded
programs and CPU time.
.
If you want to profile a multi-threaded application, you must give an entry
point to these profilers and then maybe merge the outputs. None of these
profilers are designed to work on long-running multi-threaded application. It
is impossible to profile an application retrieve the statistics then stop and
then start later on the fly (without affecting the profiled application).
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/sumerc/yappi
Section: python
Priority: optional
Filename: pool/main/p/python-yappi/python3-yappi_1.4.0-3_amd64.deb