How to Install and Uninstall pipx.noarch Package on Fedora 34

Last updated: October 10,2024

1. Install "pipx.noarch" package

This guide let you learn how to install pipx.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install pipx.noarch

2. Uninstall "pipx.noarch" package

Please follow the step by step instructions below to uninstall pipx.noarch on Fedora 34:

$ sudo dnf remove pipx.noarch $ sudo dnf autoremove

3. Information about the pipx.noarch package on Fedora 34

Last metadata expiration check: 1:26:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : pipx
Version : 0.16.2.1
Release : 2.fc34
Architecture : noarch
Size : 107 k
Source : pipx-0.16.2.1-2.fc34.src.rpm
Repository : updates
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.