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

Last updated: November 22,2024

1. Install "python2-application" package

Please follow the guidelines below to install python2-application on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-application

2. Uninstall "python2-application" package

Here is a brief guide to show you how to uninstall python2-application on openSUSE Leap:

$ sudo zypper remove python2-application

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

Information for package python2-application:
--------------------------------------------
Repository : Main Repository
Name : python2-application
Version : 2.7.0-bp153.1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 329,9 KiB
Installed : No
Status : not installed
Source package : python-application-2.7.0-bp153.1.14.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.