How to Install and Uninstall python3-py2pack.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "python3-py2pack.noarch" package

This guide covers the steps necessary to install python3-py2pack.noarch on Fedora 36

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

2. Uninstall "python3-py2pack.noarch" package

This guide covers the steps necessary to uninstall python3-py2pack.noarch on Fedora 36:

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

3. Information about the python3-py2pack.noarch package on Fedora 36

Last metadata expiration check: 4:33:06 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-py2pack
Version : 0.6.3
Release : 21.fc36
Architecture : noarch
Size : 44 k
Source : python-py2pack-0.6.3-21.fc36.src.rpm
Repository : fedora
Summary : General purpose template engine
URL : http://github.com/saschpe/py2pack
License : GPLv2
Description : This script allows to generate RPM "spec" or DEB "dsc" files from Python modules.
: It allows to list Python modules or search for them on the Python Package Index
: (PyPI). Conveniently, it can fetch tarballs and change logs making it an
: universal tool to package Python modules.