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

Last updated: May 17,2024

1. Install "python3-entrypoints" package

Please follow the guidance below to install python3-entrypoints on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-entrypoints

2. Uninstall "python3-entrypoints" package

Here is a brief guide to show you how to uninstall python3-entrypoints on openSUSE Leap:

$ sudo zypper remove python3-entrypoints

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

Information for package python3-entrypoints:
--------------------------------------------
Repository : Main Repository
Name : python3-entrypoints
Version : 0.3-1.12
Arch : noarch
Vendor : SUSE LLC
Installed Size : 23.3 KiB
Installed : No
Status : not installed
Source package : python-entrypoints-0.3-1.12.src
Upstream URL : https://github.com/takluyver/entrypoints
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.