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

Last updated: November 23,2024

1. Install "python2-entrypoints" package

Please follow the steps below to install python2-entrypoints on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-entrypoints

2. Uninstall "python2-entrypoints" package

Please follow the guidance below to uninstall python2-entrypoints on openSUSE Leap:

$ sudo zypper remove python2-entrypoints

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

Information for package python2-entrypoints:
--------------------------------------------
Repository : Main Repository
Name : python2-entrypoints
Version : 0.3-1.12
Arch : noarch
Vendor : SUSE LLC
Installed Size : 18,0 KiB
Installed : No
Status : not installed
Source package : python-entrypoints-0.3-1.12.src
Summary : Discover and load entry points from installed packages
Description :
Entry points are a way for Python packages to advertise objects with
some common interface. The most common examples are console_scripts
entry points, which define shell commands by identifying a Python
function to run.
Groups of entry points, such as console_scripts, point to objects with
similar interfaces. An application might use a group to find its
plugins, or multiple groups if it has different kinds of plugins.