How to Install and Uninstall xfsdump Package on Kali Linux

Last updated: May 17,2024

1. Install "xfsdump" package

This guide covers the steps necessary to install xfsdump on Kali Linux

$ sudo apt update $ sudo apt install xfsdump

2. Uninstall "xfsdump" package

This tutorial shows how to uninstall xfsdump on Kali Linux:

$ sudo apt remove xfsdump $ sudo apt autoclean && sudo apt autoremove

3. Information about the xfsdump package on Kali Linux

Package: xfsdump
Version: 3.1.11-0.1
Installed-Size: 848
Maintainer: Nathan Scott
Architecture: amd64
Depends: libattr1 (>= 2.0.0), libc6 (>= 2.34), libncurses6 (>= 6), libtinfo6 (>= 6), libuuid1 (>= 2.16), xfsprogs (>= 2.6.30)
Suggests: acl, attr, quota
Size: 254196
SHA256: f6e1f8106ec16736decfd6f2857c9f09399dedbf65c724b6c582cc1b6ef2ed55
SHA1: 4e13605d6a899337ad4bf286f1db4a3db61e07bd
MD5sum: eab76d2cc5b92b433fd9e75f5ba4244b
Description: Administrative utilities for the XFS filesystem
The xfsdump package contains xfsdump, xfsrestore and a number of
other administrative utilities for managing XFS filesystems.
.
xfsdump examines files in a filesystem, determines which need to be
backed up, and copies those files to a specified disk, tape or other
storage medium. It uses XFS-specific directives for optimizing the
dump of an XFS filesystem, and also knows how to backup XFS extended
attributes. Backups created with xfsdump are "endian safe" and can
thus be transfered between Linux machines of different architectures
and also between IRIX machines.
.
xfsrestore performs the inverse function of xfsdump; it can restore a
full backup of a filesystem. Subsequent incremental backups can then
be layered on top of the full backup. Single files and directory
subtrees may be restored from full or partial backups.
Description-md5:
Tag: admin::backup, admin::filesystem, interface::text-mode, role::program,
scope::utility, uitoolkit::ncurses, use::storing
Section: admin
Priority: optional
Filename: pool/main/x/xfsdump/xfsdump_3.1.11-0.1_amd64.deb