How to Install and Uninstall python38-line_profiler Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python38-line_profiler" package

Please follow the instructions below to install python38-line_profiler on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-line_profiler

2. Uninstall "python38-line_profiler" package

This tutorial shows how to uninstall python38-line_profiler on openSuSE Tumbleweed:

$ sudo zypper remove python38-line_profiler

3. Information about the python38-line_profiler package on openSuSE Tumbleweed

Information for package python38-line_profiler:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-line_profiler
Version : 3.1.0-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 177,3 KiB
Installed : No
Status : not installed
Source package : python-line_profiler-3.1.0-1.3.src
Summary : Line-by-line profiler
Description :
line_profiler will profile the time individual lines of code take to execute.
The profiler is implemented in C via Cython in order to reduce the overhead of
profiling.
Also included is the script kernprof.py which can be used to conveniently
profile Python applications and scripts either with line_profiler or with the
function-level profiling tools in the Python standard library.