How to Install and Uninstall python3-line-profiler Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-line-profiler" package

Please follow the step by step instructions below to install python3-line-profiler on Kali Linux

$ sudo apt update $ sudo apt install python3-line-profiler

2. Uninstall "python3-line-profiler" package

This guide let you learn how to uninstall python3-line-profiler on Kali Linux:

$ sudo apt remove python3-line-profiler $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-line-profiler package on Kali Linux

Package: python3-line-profiler
Source: python-line-profiler
Version: 4.1.2-1
Installed-Size: 623
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Size: 159940
SHA256: 53d754b85f68836df41b82c856b666dfc0368711db1f6aeec75148b0564dddf1
SHA1: db414f7b6e179fa19e0481770ae0e959eb4f2887
MD5sum: 0d2b75a10ed47e1f7c1e47fefb1e75f4
Description: line-by-line profiling for Python
LineProfiler can be given functions to profile, and it will time the execution
of each individual line inside those functions. In a typical workflow, one
only cares about line timings of a few functions because wading through the
results of timing every single line of code would be overwhelming. However,
LineProfiler does need to be explicitly told what functions to profile.
.
If you are using IPython, there is an implementation of an %lprun magic
command which will let you specify functions to profile and a statement to
execute.
Description-md5:
Homepage: https://github.com/pyutils/line_profiler
Section: python
Priority: optional
Filename: pool/main/p/python-line-profiler/python3-line-profiler_4.1.2-1_amd64.deb