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

Last updated: May 20,2024

1. Install "python36-application" package

Please follow the guidelines below to install python36-application on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-application

2. Uninstall "python36-application" package

In this section, we are going to explain the necessary steps to uninstall python36-application on openSuSE Tumbleweed:

$ sudo zypper remove python36-application

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

Information for package python36-application:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-application
Version : 3.0.3-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 395,8 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.