How to Install and Uninstall python3-entrypoints.noarch Package on CentOS 8 / RHEL 8
Last updated: January 13,2025
1. Install "python3-entrypoints.noarch" package
Here is a brief guide to show you how to install python3-entrypoints.noarch on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-entrypoints.noarch
Copied
2. Uninstall "python3-entrypoints.noarch" package
Please follow the step by step instructions below to uninstall python3-entrypoints.noarch on CentOS 8 / RHEL 8:
$
sudo dnf remove
python3-entrypoints.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-entrypoints.noarch package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 7:51:23 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-entrypoints
Version : 0.3
Release : 1.el8
Architecture : noarch
Size : 164 k
Source : python-entrypoints-0.3-1.el8.src.rpm
Repository : epel
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.
Available Packages
Name : python3-entrypoints
Version : 0.3
Release : 1.el8
Architecture : noarch
Size : 164 k
Source : python-entrypoints-0.3-1.el8.src.rpm
Repository : epel
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.