How to Install and Uninstall python3-line_profiler Package on openSUSE Leap

Last updated: December 24,2024

1. Install "python3-line_profiler" package

In this section, we are going to explain the necessary steps to install python3-line_profiler on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-line_profiler

2. Uninstall "python3-line_profiler" package

Please follow the instructions below to uninstall python3-line_profiler on openSUSE Leap:

$ sudo zypper remove python3-line_profiler

3. Information about the python3-line_profiler package on openSUSE Leap

Information for package python3-line_profiler:
----------------------------------------------
Repository : Main Repository
Name : python3-line_profiler
Version : 2.1.2-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 179.0 KiB
Installed : No
Status : not installed
Source package : python-line_profiler-2.1.2-bp155.2.13.src
Upstream URL : https://github.com/rkern/line_profiler
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.