How to Install and Uninstall python3-entrypoints.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "python3-entrypoints.noarch" package

Please follow the steps below to install python3-entrypoints.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-entrypoints.noarch

2. Uninstall "python3-entrypoints.noarch" package

Please follow the steps below to uninstall python3-entrypoints.noarch on Fedora 34:

$ sudo dnf remove python3-entrypoints.noarch $ sudo dnf autoremove

3. Information about the python3-entrypoints.noarch package on Fedora 34

Last metadata expiration check: 1:30:50 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-entrypoints
Version : 0.3
Release : 8.fc34
Architecture : noarch
Size : 152 k
Source : python-entrypoints-0.3-8.fc34.src.rpm
Repository : fedora
Summary : Discover and load entry points from installed packages
URL : https://entrypoints.readthedocs.io/
License : MIT
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.
:
: The entrypoints module contains functions to find and load entry points.