How to Install and Uninstall gpart Package on Kali Linux

Last updated: May 10,2024

1. Install "gpart" package

This tutorial shows how to install gpart on Kali Linux

$ sudo apt update $ sudo apt install gpart

2. Uninstall "gpart" package

This guide covers the steps necessary to uninstall gpart on Kali Linux:

$ sudo apt remove gpart $ sudo apt autoclean && sudo apt autoremove

3. Information about the gpart package on Kali Linux

Package: gpart
Version: 1:0.3-10
Installed-Size: 76
Maintainer: Debian Security Tools
Architecture: amd64
Depends: libc6 (>= 2.34)
Suggests: fdisk | util-linux (<< 2.29.2-3~)
Size: 36012
SHA256: 047fbe2e5c0be3f962b35e630191d07f23c24bb8cb14e25274ec959da09e8c6b
SHA1: 6f9f00776cf4b8fc5eae193acf5e14ae4a3cea66
MD5sum: 707b920ddd031de37392ffb7e0a65131
Description: Guess PC disk partition table, find lost partitions
Gpart is a tool which tries to guess the primary partition table of a PC-type
disk in case the primary partition table in sector 0 is damaged, incorrect or
deleted.
.
It is also good at finding and listing the types, locations, and sizes of
inadvertently-deleted partitions, both primary and logical. It gives you the
information you need to manually re-create them (using fdisk, cfdisk, sfdisk,
etc.).
.
The guessed table can also be written to a file or (if you firmly believe the
guessed table is entirely correct) directly to a disk device.
.
Currently supported (guessable) filesystem or partition types:
.
* BeOS filesystem type.
* BtrFS filesystem type.
* FreeBSD/NetBSD/386BSD disklabel sub-partitioning scheme used on Intel
platforms.
* Linux second extended filesystem (Ext2).
* MS-DOS FAT12, FAT16 and FAT32 "filesystems".
* IBM OS/2 High Performance filesystem.
* Linux LVM and LVM2 physical volumes.
* Linux swap partitions (versions 0 and 1).
* The Minix operating system filesystem type.
* MS Windows NT/2000 filesystem.
* QNX 4.x filesystem.
* The Reiser filesystem (version 3.5.X, X > 11).
* Sun Solaris on Intel platforms uses a sub-partitioning scheme on PC hard
disks similar to the BSD disklabels.
* Silicon Graphics journaled filesystem for Linux.
.
Gpart is useful in recovery actions and forensics investigations.
Description-md5:
Homepage: https://github.com/baruch/gpart
Tag: admin::boot, admin::recovery, hardware::storage, interface::commandline,
role::program, scope::application
Section: admin
Priority: optional
Filename: pool/main/g/gpart/gpart_0.3-10_amd64.deb