How to Install and Uninstall python312-entrypoints Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python312-entrypoints" package

Learn how to install python312-entrypoints on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-entrypoints

2. Uninstall "python312-entrypoints" package

This tutorial shows how to uninstall python312-entrypoints on openSuSE Tumbleweed:

$ sudo zypper remove python312-entrypoints

3. Information about the python312-entrypoints package on openSuSE Tumbleweed

Information for package python312-entrypoints:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-entrypoints
Version : 0.4-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 25.2 KiB
Installed : No
Status : not installed
Source package : python-entrypoints-0.4-2.6.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.