How To Install python3-subvertpy on Fedora 36

In this tutorial we learn how to install python3-subvertpy in Fedora 36. python3-subvertpy is Python bindings for Subversion

Introduction

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

What is python3-subvertpy

Alternative Python bindings for Subversion, split out from bzr-svn. The goal is to have complete, portable and “Pythonic” Python bindings.

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

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

sudo dnf -y install python3-subvertpy

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

sudo yum -y install python3-subvertpy

How To Uninstall python3-subvertpy on Fedora 36

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

sudo dnf remove python3-subvertpy

python3-subvertpy Package Contents on Fedora 36

/usr/bin/subvertpy-fast-export
/usr/lib/.build-id
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/92df48b33d2abdc0ad39fe054a771c7a7b3eb4
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/ff6a80e44a1a863ff7d110a45b1919a7d4a117
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/e8cca667c5ea057ff96de5f1d4a39705d16e37
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/d234cbfcaa38eb14f248523b86236644dada3d
/usr/lib64/python3.10/site-packages/subvertpy
/usr/lib64/python3.10/site-packages/subvertpy-0.10.1-py3.10.egg-info
/usr/lib64/python3.10/site-packages/subvertpy/__init__.py
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__/delta.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__/delta.cpython-310.pyc
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__/marshall.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__/marshall.cpython-310.pyc
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__/properties.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__/properties.cpython-310.pyc
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__/ra.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__/ra.cpython-310.pyc
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__/ra_svn.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__/ra_svn.cpython-310.pyc
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__/server.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/subvertpy/__pycache__/server.cpython-310.pyc
/usr/lib64/python3.10/site-packages/subvertpy/_ra.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/subvertpy/client.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/subvertpy/delta.py
/usr/lib64/python3.10/site-packages/subvertpy/marshall.py
/usr/lib64/python3.10/site-packages/subvertpy/properties.py
/usr/lib64/python3.10/site-packages/subvertpy/ra.py
/usr/lib64/python3.10/site-packages/subvertpy/ra_svn.py
/usr/lib64/python3.10/site-packages/subvertpy/repos.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/subvertpy/server.py
/usr/lib64/python3.10/site-packages/subvertpy/wc.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/python3-subvertpy
/usr/share/doc/python3-subvertpy/AUTHORS
/usr/share/doc/python3-subvertpy/NEWS
/usr/share/doc/python3-subvertpy/TODO
/usr/share/doc/python3-subvertpy/examples
/usr/share/doc/python3-subvertpy/examples/ra_commit.py
/usr/share/doc/python3-subvertpy/examples/ra_log.py
/usr/share/doc/python3-subvertpy/examples/ra_replay.py
/usr/share/doc/python3-subvertpy/examples/ra_shell.py
/usr/share/doc/python3-subvertpy/examples/wc.py
/usr/share/licenses/python3-subvertpy
/usr/share/licenses/python3-subvertpy/COPYING

References

Summary

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