How To Install svncpp on Fedora 36

In this tutorial we learn how to install svncpp in Fedora 36. svncpp is C++ bindings for the Subversion client library

Introduction

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

What is svncpp

svncpp is a C++ wrapper for the C Subversion client library which abstracts many parts of the C API and provides an object-oriented programming interface.

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

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

sudo dnf -y install svncpp

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

sudo yum -y install svncpp

How To Uninstall svncpp on Fedora 36

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

sudo dnf remove svncpp

svncpp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/6807cce85ff94e4bec3160a23158f4db8693a6
/usr/lib/libsvncpp.so.4
/usr/lib/libsvncpp.so.4.0.0
/usr/share/doc/svncpp
/usr/share/doc/svncpp/LGPL.txt

References

Summary

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


title: “How To Install svncpp on Fedora 36” linkTitle: “svncpp” type: “docs” description: “In this tutorial we learn how to install svncpp in Fedora 36. svncpp is C++ bindings for the Subversion client library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/svncpp-featured.png

Introduction

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

What is svncpp

svncpp is a C++ wrapper for the C Subversion client library which abstracts many parts of the C API and provides an object-oriented programming interface.

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

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

sudo dnf -y install svncpp

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

sudo yum -y install svncpp

How To Uninstall svncpp on Fedora 36

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

sudo dnf remove svncpp

svncpp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/320ec8e7778ce853016877e2c7a0ee5ba504ba
/usr/lib64/libsvncpp.so.4
/usr/lib64/libsvncpp.so.4.0.0
/usr/share/doc/svncpp
/usr/share/doc/svncpp/LGPL.txt

References

Summary

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