How To Install subversion-tools on Fedora 36

In this tutorial we learn how to install subversion-tools in Fedora 36. subversion-tools is Supplementary tools for Subversion

Introduction

In this tutorial we learn how to install subversion-tools on Fedora 36.

What is subversion-tools

This package includes supplementary tools for use with Subversion.

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

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

sudo dnf -y install subversion-tools

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

sudo yum -y install subversion-tools

How To Uninstall subversion-tools on Fedora 36

To uninstall only the subversion-tools package we can use the following command:

sudo dnf remove subversion-tools

subversion-tools Package Contents on Fedora 36

/usr/bin/fsfs-access-map
/usr/bin/fsfs-stats
/usr/bin/svn-mergeinfo-normalizer
/usr/bin/svn-populate-node-origins-index
/usr/bin/svnauthz
/usr/bin/svnauthz-validate
/usr/bin/svnbench
/usr/bin/svnconflict
/usr/bin/svnmover
/usr/bin/svnmucc
/usr/bin/svnraisetreeconflict
/usr/lib/.build-id
/usr/lib/.build-id/2b/a2e64dfd8bb6470079937359264e161203a5c1
/usr/lib/.build-id/31/fbe7b2b9112039e9c419e408f399d5c09ac2be
/usr/lib/.build-id/36/f77dd68179df9166331a250bc417cb45cae35c
/usr/lib/.build-id/3e/13c524ab6fbb60678298973fe8eccd4d38f01f
/usr/lib/.build-id/4e/cbfa4252c7f202b2319b74c35ffec32fce6a4f
/usr/lib/.build-id/56/8eec95d60307ad477078884d7b0a76ecbba0fd
/usr/lib/.build-id/5d/0061ac8a8630f22097938ded5fe98c237aff30
/usr/lib/.build-id/5f/0651c640e48e88e6da17d29d15e5f2aa17c3e7
/usr/lib/.build-id/e4/01943ef5307fde605bee3cc277c5669874d296
/usr/share/doc/subversion-tools
/usr/share/doc/subversion-tools/backup
/usr/share/doc/subversion-tools/backup/hot-backup.py
/usr/share/doc/subversion-tools/examples
/usr/share/doc/subversion-tools/examples/ExampleAuthn.java
/usr/share/doc/subversion-tools/examples/ExampleAuthnOld.java
/usr/share/doc/subversion-tools/examples/ExampleAuthnVeryOld.java
/usr/share/doc/subversion-tools/examples/SvnCLBrowse
/usr/share/doc/subversion-tools/examples/blame.py
/usr/share/doc/subversion-tools/examples/check-modified.py
/usr/share/doc/subversion-tools/examples/dumpprops.py
/usr/share/doc/subversion-tools/examples/get-location-segments.py
/usr/share/doc/subversion-tools/examples/getfile.py
/usr/share/doc/subversion-tools/examples/getlocks_test.c
/usr/share/doc/subversion-tools/examples/geturl.py
/usr/share/doc/subversion-tools/examples/headrev.c
/usr/share/doc/subversion-tools/examples/info.rb
/usr/share/doc/subversion-tools/examples/minimal_client.c
/usr/share/doc/subversion-tools/examples/putfile.py
/usr/share/doc/subversion-tools/examples/revplist.py
/usr/share/doc/subversion-tools/examples/svnlog2html.rb
/usr/share/doc/subversion-tools/examples/svnlook.py
/usr/share/doc/subversion-tools/examples/svnlook.rb
/usr/share/doc/subversion-tools/examples/svnput.c
/usr/share/doc/subversion-tools/examples/svnserve-sgid.c
/usr/share/doc/subversion-tools/examples/svnshell.py
/usr/share/doc/subversion-tools/examples/svnshell.rb
/usr/share/doc/subversion-tools/examples/testwrite.c
/usr/share/doc/subversion-tools/examples/walk-config-auth.py
/usr/share/doc/subversion-tools/hook-scripts
/usr/share/doc/subversion-tools/hook-scripts/CVE-2017-9800-pre-commit.py
/usr/share/doc/subversion-tools/hook-scripts/commit-access-control.cfg.example
/usr/share/doc/subversion-tools/hook-scripts/commit-access-control.pl
/usr/share/doc/subversion-tools/hook-scripts/commit-email.rb
/usr/share/doc/subversion-tools/hook-scripts/control-chars.py
/usr/share/doc/subversion-tools/hook-scripts/log-police.py
/usr/share/doc/subversion-tools/hook-scripts/mailer
/usr/share/doc/subversion-tools/hook-scripts/mailer/mailer.conf.example
/usr/share/doc/subversion-tools/hook-scripts/mailer/mailer.py
/usr/share/doc/subversion-tools/hook-scripts/persist-ephemeral-txnprops.py
/usr/share/doc/subversion-tools/hook-scripts/reject-detected-sha1-collisions.sh
/usr/share/doc/subversion-tools/hook-scripts/reject-known-sha1-collisions.sh
/usr/share/doc/subversion-tools/hook-scripts/svn2feed.py
/usr/share/doc/subversion-tools/hook-scripts/svnperms.conf.example
/usr/share/doc/subversion-tools/hook-scripts/svnperms.py
/usr/share/doc/subversion-tools/hook-scripts/validate-extensions.py
/usr/share/doc/subversion-tools/hook-scripts/validate-files.conf.example
/usr/share/doc/subversion-tools/hook-scripts/validate-files.py
/usr/share/doc/subversion-tools/hook-scripts/verify-po.py
/usr/share/doc/subversion-tools/xslt
/usr/share/doc/subversion-tools/xslt/svnindex.css
/usr/share/doc/subversion-tools/xslt/svnindex.xsl
/usr/share/man/man1/svnmucc.1.gz

References

Summary

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