How to Install and Uninstall python3-pyrpm.noarch Package on Fedora 35

Last updated: October 05,2024

1. Install "python3-pyrpm.noarch" package

Here is a brief guide to show you how to install python3-pyrpm.noarch on Fedora 35

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

2. Uninstall "python3-pyrpm.noarch" package

This is a short guide on how to uninstall python3-pyrpm.noarch on Fedora 35:

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

3. Information about the python3-pyrpm.noarch package on Fedora 35

Last metadata expiration check: 5:53:33 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pyrpm
Version : 0.12
Release : 1.fc35
Architecture : noarch
Size : 29 k
Source : python-pyrpm-0.12-1.fc35.src.rpm
Repository : updates
Summary : Python module for parsing RPM spec files
URL : https://github.com/bkircher/python-rpm-spec
License : MIT
Description : Python-rpm-spec is a Python module for parsing RPM spec files. RPMs are build
: from a package's sources along with a spec file. The spec file controls how the
: RPM is built. This module allows you to parse spec files and gives you simple
: access to various bits of information that is contained in the spec file.