How To Install python3-rpmfluff on Fedora 36
Introduction
In this tutorial we learn how to install python3-rpmfluff on Fedora 36.
What is python3-rpmfluff
rpmfluff provides a python library for building RPM packages, and sabotaging them so they are broken in controlled ways. It is intended for use when validating package analysis tools such as RPM lint. It can also be used to construct test cases for package management software such as RPM, YUM, and DNF. Python 3 version.
We can use yum or dnf to install python3-rpmfluff on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-rpmfluff.
Install python3-rpmfluff on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-rpmfluff using dnf by running the following command:
sudo dnf -y install python3-rpmfluff
Install python3-rpmfluff on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-rpmfluff using yum by running the following command:
sudo yum -y install python3-rpmfluff
How To Uninstall python3-rpmfluff on Fedora 36
To uninstall only the python3-rpmfluff package we can use the following command:
sudo dnf remove python3-rpmfluff
python3-rpmfluff Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/rpmfluff
/usr/lib/python3.10/site-packages/rpmfluff-0.6.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/rpmfluff/__init__.py
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/check.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/check.cpython-310.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/make.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/make.cpython-310.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/rpmbuild.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/rpmbuild.cpython-310.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/samples.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/samples.cpython-310.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/sourcefile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/sourcefile.cpython-310.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/subpackage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/subpackage.cpython-310.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/tarball.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/tarball.cpython-310.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/test.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/test.cpython-310.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/trigger.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/trigger.cpython-310.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/yumrepobuild.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rpmfluff/__pycache__/yumrepobuild.cpython-310.pyc
/usr/lib/python3.10/site-packages/rpmfluff/check.py
/usr/lib/python3.10/site-packages/rpmfluff/make.py
/usr/lib/python3.10/site-packages/rpmfluff/rpmbuild.py
/usr/lib/python3.10/site-packages/rpmfluff/samples.py
/usr/lib/python3.10/site-packages/rpmfluff/sourcefile.py
/usr/lib/python3.10/site-packages/rpmfluff/subpackage.py
/usr/lib/python3.10/site-packages/rpmfluff/tarball.py
/usr/lib/python3.10/site-packages/rpmfluff/test.py
/usr/lib/python3.10/site-packages/rpmfluff/trigger.py
/usr/lib/python3.10/site-packages/rpmfluff/utils.py
/usr/lib/python3.10/site-packages/rpmfluff/yumrepobuild.py
/usr/share/doc/python3-rpmfluff
/usr/share/doc/python3-rpmfluff/README.md
/usr/share/licenses/python3-rpmfluff
/usr/share/licenses/python3-rpmfluff/LICENSE
References
Summary
In this tutorial we learn how to install python3-rpmfluff on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).