How to Install and Uninstall python-faulthandler Package on openSUSE Leap

Last updated: June 13,2024

1. Install "python-faulthandler" package

Here is a brief guide to show you how to install python-faulthandler on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-faulthandler

2. Uninstall "python-faulthandler" package

Please follow the step by step instructions below to uninstall python-faulthandler on openSUSE Leap:

$ sudo zypper remove python-faulthandler

3. Information about the python-faulthandler package on openSUSE Leap

Information for package python-faulthandler:
--------------------------------------------
Repository : Main Repository
Name : python-faulthandler
Version : 2.4-bp153.1.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 35,3 KiB
Installed : No
Status : not installed
Source package : python-faulthandler-2.4-bp153.1.16.src
Summary : Display the Python traceback on a crash
Description :
Fault handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals: display
the Python traceback and restore the previous handler. Allocate an alternate
stack for this handler, if sigaltstack() is available, to be able to allocate
memory on the stack, even on stack overflow (not available on Windows).
Import the module and call faulthandler.enable() to enable the fault handler.