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

Last updated: July 06,2024

1. Install "python38-application" package

In this section, we are going to explain the necessary steps to install python38-application on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-application

2. Uninstall "python38-application" package

Please follow the guidance below to uninstall python38-application on openSuSE Tumbleweed:

$ sudo zypper remove python38-application

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

Information for package python38-application:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-application
Version : 3.0.3-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 396,5 KiB
Installed : No
Status : not installed
Source package : python-application-3.0.3-2.2.src
Summary : Basic building blocks for Python applications
Description :
This module provides some basic components that can be used to simplify
building Python applications.
The components included by this package encapsulate the functionality to
handle the following tasks:
- UNIX process management (forking, signal handling, pid file creation)
- A very simple to use interface to handle .ini configuration files.
- An extensible system logger for console and/or syslog.
- Miscellaneous utilities and helpers.
- Memory troubleshooting and execution timing.
- Communicate inside the application using a notification system.
- Manage the version number for applications, modules and packages.