How To Install svnkit-cli on Fedora 36

In this tutorial we learn how to install svnkit-cli in Fedora 36. svnkit-cli is SVNKit based Subversion command line client

Introduction

In this tutorial we learn how to install svnkit-cli on Fedora 36.

What is svnkit-cli

SVNKit based Subversion command line client.

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

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

sudo dnf -y install svnkit-cli

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

sudo yum -y install svnkit-cli

How To Uninstall svnkit-cli on Fedora 36

To uninstall only the svnkit-cli package we can use the following command:

sudo dnf remove svnkit-cli

svnkit-cli Package Contents on Fedora 36

/usr/bin/jsvn
/usr/bin/jsvnadmin
/usr/bin/jsvndumpfilter
/usr/bin/jsvnlook
/usr/bin/jsvnsync
/usr/bin/jsvnversion
/usr/share/java/svnkit
/usr/share/java/svnkit/svnkit-cli.jar
/usr/share/maven-metadata/svnkit-svnkit-cli.xml
/usr/share/maven-poms/svnkit
/usr/share/maven-poms/svnkit/svnkit-cli.pom

References

Summary

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