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

Last updated: June 26,2024

1. Install "python39-application" package

Please follow the instructions below to install python39-application on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-application

2. Uninstall "python39-application" package

This guide let you learn how to uninstall python39-application on openSuSE Tumbleweed:

$ sudo zypper remove python39-application

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

Information for package python39-application:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-application
Version : 3.0.3-2.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 316.2 KiB
Installed : No
Status : not installed
Source package : python-application-3.0.3-2.15.src
Upstream URL : https://github.com/AGProjects/python3-application
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.