How To Install rapidsvn on Fedora 34

rapidsvn is Graphical interface for the Subversion revision control system Graphical interface for the Subversion revision control system

Introduction

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

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. rapidsvn 0.13.0 0.20181132git1b6dfc1.fc34 x86_64 572 k rapidsvn-0.13.0-0.20181132git1b6dfc1.fc34.src.rpm fedora Graphical interface for the Subversion revision control system http GPLv3+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install rapidsvn.

Install rapidsvn on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install rapidsvn

Install rapidsvn on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove rapidsvn

rapidsvn Package Contents on Fedora 34

/usr/bin/rapidsvn
/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/8e648c0f663c1d1bd5cf03827279b851ff1e31
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/c6f66f9fb75f71ae202bd2fd273b8303964640
/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
/usr/bin/rapidsvn
/usr/lib/.build-id
/usr/lib/.build-id/be
/usr/lib/.build-id/be/88efb762bb37fef8f06e143aa9558e6a6a1107
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/d9096b4044b22d010263e62595a38a422bfb48
/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

Summary

In this tutorial we learn how to install rapidsvn on Fedora 34 using yum and dnf.