How to Install and Uninstall pipenv.noarch Package on Fedora 36

Last updated: September 22,2024

1. Install "pipenv.noarch" package

This guide let you learn how to install pipenv.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install pipenv.noarch

2. Uninstall "pipenv.noarch" package

Learn how to uninstall pipenv.noarch on Fedora 36:

$ sudo dnf remove pipenv.noarch $ sudo dnf autoremove

3. Information about the pipenv.noarch package on Fedora 36

Last metadata expiration check: 1:50:35 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : pipenv
Version : 2021.5.29
Release : 7.fc36
Architecture : noarch
Size : 4.1 M
Source : pipenv-2021.5.29-7.fc36.src.rpm
Repository : fedora
Summary : The higher level Python packaging tool
URL : https://github.com/pypa/pipenv
License : MIT and BSD and ASL 2.0 and LGPLv2+ and Python and ISC and MPLv2.0 and (ASL 2.0 or BSD) and CC-BY-SA and Unlicense and (ASL 2.0 and MIT)
Description : The Python packaging tool that aims to bring
: the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.)
: to the Python world. It automatically creates and manages a virtualenv for
: your projects, as well as adds/removes packages from your Pipfile as you
: install/uninstall packages. It also generates the ever–important Pipfile.lock,
: which is used to produce deterministic builds.