How To Install rapidsvn on Fedora 36

In this tutorial we learn how to install rapidsvn in Fedora 36. rapidsvn is Graphical interface for the Subversion revision control system

Introduction

In this tutorial we learn how to install rapidsvn on Fedora 36.

What is rapidsvn

RapidSVN is a GUI front-end for the Subversion revision control system. It allows access to most of the features of Subversion through a user-friendly interface.

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

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

sudo dnf -y install rapidsvn

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

sudo yum -y install rapidsvn

How To Uninstall rapidsvn on Fedora 36

To uninstall only the rapidsvn package we can use the following command:

sudo dnf remove rapidsvn

rapidsvn Package Contents on Fedora 36

---
title: "How To Install rapidsvn on Fedora 36"
linkTitle: "rapidsvn"
type: "docs"
description: "In this tutorial we learn how to install rapidsvn in Fedora 36. rapidsvn is Graphical interface for the Subversion revision control system"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/rapidsvn-featured.png
---

## Introduction

In this tutorial we learn how to install `rapidsvn` on Fedora 36.

### What is `rapidsvn`

> RapidSVN is a GUI front-end for the Subversion revision control system. It allows access to most of the features of Subversion through a user-friendly interface.  

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

## Install rapidsvn on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install rapidsvn using dnf by running the following command:

sudo dnf -y install rapidsvn

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

sudo yum -y install rapidsvn

How To Uninstall rapidsvn on Fedora 36

To uninstall only the rapidsvn package we can use the following command:

sudo dnf remove rapidsvn

rapidsvn Package Contents on Fedora 36

/usr/bin/rapidsvn
/usr/lib/.build-id
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/21f8b74966b1720aac8d2b6cc45854db297644
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/40a44fae6d34f7cc2dbe7ce83cfd455092d0f8
/usr/lib64/librapidsvn.so.0
/usr/lib64/librapidsvn.so.0.0.0
/usr/share/applications/rapidsvn.desktop
/usr/share/doc/rapidsvn
/usr/share/doc/rapidsvn/AUTHORS
/usr/share/doc/rapidsvn/CHANGES
/usr/share/doc/rapidsvn/FDL.txt
/usr/share/doc/rapidsvn/GPL.txt
/usr/share/doc/rapidsvn/LICENSE.txt
/usr/share/doc/rapidsvn/README
/usr/share/locale/de/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/es/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/fr/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/hu/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/it_IT/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/ja/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/pt_BR/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/ru/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/uk/LC_MESSAGES/rapidsvn.mo
/usr/share/locale/zh_CN/LC_MESSAGES/rapidsvn.mo
/usr/share/man/man1/rapidsvn.1.gz
/usr/share/pixmaps/rapidsvn.png

References

Summary

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

/usr/bin/rapidsvn /usr/lib/.build-id /usr/lib/.build-id/04 /usr/lib/.build-id/04/1ddfec776f71a0a2a9d819ce36affc148be440 /usr/lib/.build-id/6d /usr/lib/.build-id/6d/a42624f62f7851843684cf216b9ccc038e47fb /usr/lib/librapidsvn.so.0 /usr/lib/librapidsvn.so.0.0.0 /usr/share/applications/rapidsvn.desktop /usr/share/doc/rapidsvn /usr/share/doc/rapidsvn/AUTHORS /usr/share/doc/rapidsvn/CHANGES /usr/share/doc/rapidsvn/FDL.txt /usr/share/doc/rapidsvn/GPL.txt /usr/share/doc/rapidsvn/LICENSE.txt /usr/share/doc/rapidsvn/README /usr/share/locale/de/LC_MESSAGES/rapidsvn.mo /usr/share/locale/es/LC_MESSAGES/rapidsvn.mo /usr/share/locale/fr/LC_MESSAGES/rapidsvn.mo /usr/share/locale/hu/LC_MESSAGES/rapidsvn.mo /usr/share/locale/it_IT/LC_MESSAGES/rapidsvn.mo /usr/share/locale/ja/LC_MESSAGES/rapidsvn.mo /usr/share/locale/pt_BR/LC_MESSAGES/rapidsvn.mo /usr/share/locale/ru/LC_MESSAGES/rapidsvn.mo /usr/share/locale/uk/LC_MESSAGES/rapidsvn.mo /usr/share/locale/zh_CN/LC_MESSAGES/rapidsvn.mo /usr/share/man/man1/rapidsvn.1.gz /usr/share/pixmaps/rapidsvn.png


## References

* [rapidsvn website](http://www.rapidsvn.org/)

## Summary

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