How To Install burp-client on Fedora 36

In this tutorial we learn how to install burp-client in Fedora 36. burp-client is burp backup client

Introduction

In this tutorial we learn how to install burp-client on Fedora 36.

What is burp-client

Burp is a network backup and restore program, using client and server. It uses librsync in order to save network traffic and to save on the amount of space that is used by each backup. It also uses VSS (Volume Shadow Copy Service) to make snapshots when backing up Windows computers.

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

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

sudo dnf -y install burp-client

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

sudo yum -y install burp-client

How To Uninstall burp-client on Fedora 36

To uninstall only the burp-client package we can use the following command:

sudo dnf remove burp-client

burp-client Package Contents on Fedora 36

/etc/burp
/etc/burp/CA-client
/etc/burp/burp.conf
/usr/lib/.build-id
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/9e5acb03c959366cd5eb848933e48609b435fa
/usr/sbin/burp
/usr/sbin/burp_ca
/usr/share/doc/burp-client
/usr/share/doc/burp-client/CHANGELOG
/usr/share/doc/burp-client/CONTRIBUTORS
/usr/share/doc/burp-client/DONATIONS
/usr/share/doc/burp-client/LICENSE
/usr/share/doc/burp-client/README
/usr/share/doc/burp-client/TODO
/usr/share/doc/burp-client/UPGRADING
/usr/share/man/man8/burp.8.gz
/usr/share/man/man8/burp_ca.8.gz

References

Summary

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