How to Install and Uninstall dump Package on openSUSE Leap

Last updated: May 15,2024

1. Install "dump" package

This guide let you learn how to install dump on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install dump

2. Uninstall "dump" package

This is a short guide on how to uninstall dump on openSUSE Leap:

$ sudo zypper remove dump

3. Information about the dump package on openSUSE Leap

Information for package dump:
-----------------------------
Repository : Main Repository
Name : dump
Version : 0.4b47-150400.1.10
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 347.8 KiB
Installed : No
Status : not installed
Source package : dump-0.4b47-150400.1.10.src
Upstream URL : http://dump.sourceforge.net
Summary : Programs for backing up and restoring ext2/3/4 filesystems
Description :
The dump package contains both dump and restore. Dump examines files
in a file system, determines which ones need to be backed up, and
copies those files to a specified disk, tape, or other storage medium.
The restore command performs the inverse function of dump. It can
restore a full backup of a file system.