How to Install and Uninstall austin Package on Kali Linux

Last updated: May 17,2024

1. Install "austin" package

This guide let you learn how to install austin on Kali Linux

$ sudo apt update $ sudo apt install austin

2. Uninstall "austin" package

This guide let you learn how to uninstall austin on Kali Linux:

$ sudo apt remove austin $ sudo apt autoclean && sudo apt autoremove

3. Information about the austin package on Kali Linux

Package: austin
Version: 1.0.1-2
Installed-Size: 55
Maintainer: Gabriele N. Tornetta
Architecture: amd64
Depends: libc6 (>= 2.17)
Size: 18252
SHA256: 7c011e2b6477430bc1c6bec1f5f903fa984f5c27787ec24f950f45f3ca5e8214
SHA1: 075a42cb6bbe1011128ce043699d85d12308b249
MD5sum: 4c8083750511419a393a70b6015722a8
Description: Frame stack sampler for CPython
Austin is a Python frame stack sampler for CPython written in pure C. It
samples the stack traces of a Python application so that they can be visualised
and analysed. As such, it serves the basis for building powerful profilers for
Python.
.
The most interesting use of Austin is probably in conjunction with FlameGraph
to profile Python applications while they are running, without the need of
instrumentation. This means that Austin can be used on production code with
little or even no impact on performance.
Description-md5:
Homepage: https://github.com/P403n1x87/austin
Section: devel
Priority: optional
Filename: pool/main/a/austin/austin_1.0.1-2_amd64.deb