How To Install python3-subvertpy on Rocky Linux 8

In this tutorial we learn how to install python3-subvertpy on Rocky Linux 8. python3-subvertpy is Python bindings for Subversion

Introduction

In this tutorial we learn how to install python3-subvertpy on Rocky Linux 8.

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 Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-subvertpy.

Install python3-subvertpy on Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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

sudo dnf remove python3-subvertpy

python3-subvertpy Package Contents on Rocky Linux 8

/usr/bin/subvertpy-fast-export
/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/fda4d959e3194e1768464464e2c0aa5a5ca268
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/37bdc4b1a137dc417e1182f56c2e339b9c0174
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/7c7ca7d675bb034dbf775998f79c5ee8117394
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/9d2d457f85d5c3e364faab71affc308d0fb0c6
/usr/lib64/python3.6/site-packages/subvertpy
/usr/lib64/python3.6/site-packages/subvertpy-0.10.1-py3.6.egg-info
/usr/lib64/python3.6/site-packages/subvertpy/__init__.py
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__/delta.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__/delta.cpython-36.pyc
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__/marshall.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__/marshall.cpython-36.pyc
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__/properties.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__/properties.cpython-36.pyc
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__/ra.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__/ra.cpython-36.pyc
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__/ra_svn.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__/ra_svn.cpython-36.pyc
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__/server.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/subvertpy/__pycache__/server.cpython-36.pyc
/usr/lib64/python3.6/site-packages/subvertpy/_ra.cpython-36m-x86_64-linux-gnu.so
/usr/lib64/python3.6/site-packages/subvertpy/client.cpython-36m-x86_64-linux-gnu.so
/usr/lib64/python3.6/site-packages/subvertpy/delta.py
/usr/lib64/python3.6/site-packages/subvertpy/marshall.py
/usr/lib64/python3.6/site-packages/subvertpy/properties.py
/usr/lib64/python3.6/site-packages/subvertpy/ra.py
/usr/lib64/python3.6/site-packages/subvertpy/ra_svn.py
/usr/lib64/python3.6/site-packages/subvertpy/repos.cpython-36m-x86_64-linux-gnu.so
/usr/lib64/python3.6/site-packages/subvertpy/server.py
/usr/lib64/python3.6/site-packages/subvertpy/wc.cpython-36m-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 Rocky Linux 8 using yum and dnf.