How To Install python3-rust2rpm on Fedora 36

In this tutorial we learn how to install python3-rust2rpm in Fedora 36. python3-rust2rpm is Generate RPM spec files for Rust packages

Introduction

In this tutorial we learn how to install python3-rust2rpm on Fedora 36.

What is python3-rust2rpm

Generate RPM spec files for Rust packages.

We can use yum or dnf to install python3-rust2rpm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-rust2rpm.

Install python3-rust2rpm 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-rust2rpm using dnf by running the following command:

sudo dnf -y install python3-rust2rpm

Install python3-rust2rpm 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-rust2rpm using yum by running the following command:

sudo yum -y install python3-rust2rpm

How To Uninstall python3-rust2rpm on Fedora 36

To uninstall only the python3-rust2rpm package we can use the following command:

sudo dnf remove python3-rust2rpm

python3-rust2rpm Package Contents on Fedora 36

/usr/bin/cargo-inspector
/usr/bin/rust2rpm
/usr/lib/python3.10/site-packages/rust2rpm
/usr/lib/python3.10/site-packages/rust2rpm-21-py3.10.egg-info
/usr/lib/python3.10/site-packages/rust2rpm-21-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/rust2rpm-21-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/rust2rpm-21-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/rust2rpm-21-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/rust2rpm-21-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/rust2rpm-21-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/rust2rpm/__init__.py
/usr/lib/python3.10/site-packages/rust2rpm/__main__.py
/usr/lib/python3.10/site-packages/rust2rpm/__pycache__
/usr/lib/python3.10/site-packages/rust2rpm/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rust2rpm/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/rust2rpm/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rust2rpm/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/rust2rpm/__pycache__/inspector.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rust2rpm/__pycache__/inspector.cpython-310.pyc
/usr/lib/python3.10/site-packages/rust2rpm/__pycache__/licensing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rust2rpm/__pycache__/licensing.cpython-310.pyc
/usr/lib/python3.10/site-packages/rust2rpm/__pycache__/metadata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/rust2rpm/__pycache__/metadata.cpython-310.pyc
/usr/lib/python3.10/site-packages/rust2rpm/inspector.py
/usr/lib/python3.10/site-packages/rust2rpm/licensing.py
/usr/lib/python3.10/site-packages/rust2rpm/metadata.py
/usr/lib/python3.10/site-packages/rust2rpm/spdx_to_fedora.csv
/usr/lib/python3.10/site-packages/rust2rpm/templates
/usr/lib/python3.10/site-packages/rust2rpm/templates/fedora-changelog.spec.inc
/usr/lib/python3.10/site-packages/rust2rpm/templates/mageia-changelog.spec.inc
/usr/lib/python3.10/site-packages/rust2rpm/templates/main.spec
/usr/lib/python3.10/site-packages/rust2rpm/templates/opensuse-changelog.spec.inc
/usr/lib/python3.10/site-packages/rust2rpm/templates/opensuse-header.spec.inc
/usr/lib/python3.10/site-packages/rust2rpm/templates/plain-changelog.spec.inc
/usr/share/doc/python3-rust2rpm
/usr/share/doc/python3-rust2rpm/NEWS
/usr/share/licenses/python3-rust2rpm
/usr/share/licenses/python3-rust2rpm/LICENSE

References

Summary

In this tutorial we learn how to install python3-rust2rpm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).