How to Install and Uninstall pipx.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 26,2024
1. Install "pipx.noarch" package
This is a short guide on how to install pipx.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
pipx.noarch
Copied
2. Uninstall "pipx.noarch" package
Please follow the instructions below to uninstall pipx.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
pipx.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the pipx.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 2:03:32 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : pipx
Version : 1.2.1
Release : 1.el9
Architecture : noarch
Size : 106 k
Source : pipx-1.2.1-1.el9.src.rpm
Repository : epel
Summary : Install and run Python applications in isolated environments
URL : https://pypa.github.io/pipx
License : MIT
Description : pipx is a tool to help you install and run end-user applications written in
: Python. It’s roughly similar to macOS’s brew, JavaScript’s npx, and Linux’s
: apt.
:
: It’s closely related to pip. In fact, it uses pip, but is focused on installing
: and managing Python packages that can be run from the command line directly as
: applications.
Available Packages
Name : pipx
Version : 1.2.1
Release : 1.el9
Architecture : noarch
Size : 106 k
Source : pipx-1.2.1-1.el9.src.rpm
Repository : epel
Summary : Install and run Python applications in isolated environments
URL : https://pypa.github.io/pipx
License : MIT
Description : pipx is a tool to help you install and run end-user applications written in
: Python. It’s roughly similar to macOS’s brew, JavaScript’s npx, and Linux’s
: apt.
:
: It’s closely related to pip. In fact, it uses pip, but is focused on installing
: and managing Python packages that can be run from the command line directly as
: applications.