How to Install and Uninstall python3-yappi Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: September 21,2024

1. Install "python3-yappi" package

Here is a brief guide to show you how to install python3-yappi on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-yappi

2. Uninstall "python3-yappi" package

Please follow the guidance below to uninstall python3-yappi on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-yappi package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-yappi
Architecture: amd64
Version: 1.0-1build2
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.9), python3 (>= 3.8~), python3.8:any, python3:any, libc6 (>= 2.17)
Filename: pool/universe/p/python-yappi/python3-yappi_1.0-1build2_amd64.deb
Size: 24512
MD5sum: 2e55250c68f97742a23a6b0422c28b08
SHA1: 36b2bb1224c682dede77522dd1d4855ad34ef5ff
SHA256: 6ef62c5d47555cd501a6e6310fd1cecd1291d0a1c64c0c4b5db0da440c8e1458
SHA512: 15831ab760777f79b62e9118f5b5aaed4e157b572919960e25b2e3178e2406603565523925edf7fd4d5ca92a4755df29f92d787353f6cc40d9f9a1b5a8b8bab0
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