How To Install burp-doc on Fedora 36
Introduction
In this tutorial we learn how to install burp-doc
on Fedora 36.
What is burp-doc
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-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install burp-doc.
Install burp-doc 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-doc
using dnf
by running the following command:
sudo dnf -y install burp-doc
Install burp-doc 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-doc
using yum
by running the following command:
sudo yum -y install burp-doc
How To Uninstall burp-doc on Fedora 36
To uninstall only the burp-doc
package we can use the following command:
sudo dnf remove burp-doc
burp-doc Package Contents on Fedora 36
/usr/share/doc/burp-2.1.32
/usr/share/doc/burp-2.1.32/CHANGELOG
/usr/share/doc/burp-2.1.32/CONTRIBUTORS
/usr/share/doc/burp-2.1.32/DONATIONS
/usr/share/doc/burp-2.1.32/LICENSE
/usr/share/doc/burp-2.1.32/README
/usr/share/doc/burp-2.1.32/UPGRADING
/usr/share/doc/burp-2.1.32/add-remove.txt
/usr/share/doc/burp-2.1.32/autoupgrade.txt
/usr/share/doc/burp-2.1.32/backup_phases.txt
/usr/share/doc/burp-2.1.32/baremetal-windows2008.txt
/usr/share/doc/burp-2.1.32/baremetal-windows7-hirens.txt
/usr/share/doc/burp-2.1.32/baremetal-windows7.txt
/usr/share/doc/burp-2.1.32/baremetal-windows7and8.txt
/usr/share/doc/burp-2.1.32/burp_ca.txt
/usr/share/doc/burp-2.1.32/client
/usr/share/doc/burp-2.1.32/client/burp.conf
/usr/share/doc/burp-2.1.32/client/cron.example
/usr/share/doc/burp-2.1.32/client/zfs_script
/usr/share/doc/burp-2.1.32/debug.txt
/usr/share/doc/burp-2.1.32/readwrite.txt
/usr/share/doc/burp-2.1.32/retention.txt
/usr/share/doc/burp-2.1.32/security-models.txt
/usr/share/doc/burp-2.1.32/server
/usr/share/doc/burp-2.1.32/server-basics.txt
/usr/share/doc/burp-2.1.32/server/config
/usr/share/doc/burp-2.1.32/server/config/CA.cnf
/usr/share/doc/burp-2.1.32/server/config/autoupgrade
/usr/share/doc/burp-2.1.32/server/config/autoupgrade/debian.script
/usr/share/doc/burp-2.1.32/server/config/autoupgrade/server
/usr/share/doc/burp-2.1.32/server/config/autoupgrade/server/win32
/usr/share/doc/burp-2.1.32/server/config/autoupgrade/server/win64
/usr/share/doc/burp-2.1.32/server/config/autoupgrade/server/win64/2.1.32
/usr/share/doc/burp-2.1.32/server/config/autoupgrade/windows.script
/usr/share/doc/burp-2.1.32/server/config/burp-server.conf
/usr/share/doc/burp-2.1.32/server/config/clientconfdir
/usr/share/doc/burp-2.1.32/server/config/clientconfdir/incexc
/usr/share/doc/burp-2.1.32/server/config/clientconfdir/incexc/example
/usr/share/doc/burp-2.1.32/server/config/clientconfdir/testclient
/usr/share/doc/burp-2.1.32/server/cron.example
/usr/share/doc/burp-2.1.32/server/scripts
/usr/share/doc/burp-2.1.32/server/scripts/offsite-backup
/usr/share/doc/burp-2.1.32/server/scripts/out_of_date_report_script
/usr/share/doc/burp-2.1.32/shuffling.txt
/usr/share/doc/burp-2.1.32/status-monitor.txt
/usr/share/doc/burp-2.1.32/tests.txt
/usr/share/doc/burp-2.1.32/timer_script.txt
/usr/share/doc/burp-2.1.32/working_dir.txt
References
Summary
In this tutorial we learn how to install burp-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).