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

Last updated: October 06,2024

1. Install "python3-application" package

This guide let you learn how to install python3-application on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-application

2. Uninstall "python3-application" package

This is a short guide on how to uninstall python3-application on openSUSE Leap:

$ sudo zypper remove python3-application

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

Information for package python3-application:
--------------------------------------------
Repository : Main Repository
Name : python3-application
Version : 2.7.0-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 320.2 KiB
Installed : No
Status : not installed
Source package : python-application-2.7.0-bp155.2.10.src
Upstream URL : https://github.com/AGProjects/python-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.