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

Last updated: July 01,2024

1. Install "python3-pipreqs.noarch" package

This tutorial shows how to install python3-pipreqs.noarch on Fedora 34

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

2. Uninstall "python3-pipreqs.noarch" package

This guide covers the steps necessary to uninstall python3-pipreqs.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:22:49 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pipreqs
Version : 0.4.10
Release : 2.fc34
Architecture : noarch
Size : 44 k
Source : python-pipreqs-0.4.10-2.fc34.src.rpm
Repository : fedora
Summary : Pip requirements.txt generator based on imports in project
URL : https://github.com/bndr/pipreqs
License : ASL 2.0
Description : This library generates a 'requirements.txt' file for any Python project based
: on import statements of the project. It does not need the packages to be
: installed in the environment for creating the requirements file. It traverses
: through the files in the projects, finds the import statements and generates
: the output file.