How to Install and Uninstall python3-yappi Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-yappi" package

Please follow the step by step instructions below to install python3-yappi on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-yappi

2. Uninstall "python3-yappi" package

Please follow the instructions below to uninstall python3-yappi on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-yappi package on Ubuntu 21.10 (Impish Indri)

Package: python3-yappi
Architecture: amd64
Version: 1.0-1build4
Priority: optional
Section: universe/python
Source: python-yappi
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 96
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3.9:any, python3:any, libc6 (>= 2.17)
Filename: pool/universe/p/python-yappi/python3-yappi_1.0-1build4_amd64.deb
Size: 24800
MD5sum: e510a8c3e9d9779b48e2433179ea657b
SHA1: a1c91e9aaeb922694aaa02421dc7c64a75a75a3d
SHA256: a4f4fd74e8a64499e5189b8eb380e005389480c758f135f5f27f097415c27bd9
SHA512: 248f4cd5461e7c22649627a2407a3e65a13e3e370f07887ba6eec7cada82ec0832f8b4cc7d87996317be7b03e966028bb7eeb0511c2a53cd1c55bf4ddaec02cc
Homepage: https://github.com/sumerc/yappi
Description-en: 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: aa5f7696d4032eee1e03b02b2e56de4c