How to Install and Uninstall python3-pipreqs.noarch Package on Fedora 35
Last updated: March 01,2025
1. Install "python3-pipreqs.noarch" package
Learn how to install python3-pipreqs.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
python3-pipreqs.noarch
Copied
2. Uninstall "python3-pipreqs.noarch" package
Please follow the steps below to uninstall python3-pipreqs.noarch on Fedora 35:
$
sudo dnf remove
python3-pipreqs.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pipreqs.noarch package on Fedora 35
Last metadata expiration check: 4:06:25 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pipreqs
Version : 0.4.10
Release : 4.fc35
Architecture : noarch
Size : 44 k
Source : python-pipreqs-0.4.10-4.fc35.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.
Available Packages
Name : python3-pipreqs
Version : 0.4.10
Release : 4.fc35
Architecture : noarch
Size : 44 k
Source : python-pipreqs-0.4.10-4.fc35.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.