How to Install and Uninstall fpart Package on Kali Linux

Last updated: May 12,2024

1. Install "fpart" package

Learn how to install fpart on Kali Linux

$ sudo apt update $ sudo apt install fpart

2. Uninstall "fpart" package

Please follow the guidelines below to uninstall fpart on Kali Linux:

$ sudo apt remove fpart $ sudo apt autoclean && sudo apt autoremove

3. Information about the fpart package on Kali Linux

Package: fpart
Version: 1.6.0-1
Installed-Size: 146
Maintainer: Ganael LAPLANCHE
Architecture: amd64
Depends: bsd-mailx | mailx, cpio, rsync, sudo, libc6 (>= 2.34)
Size: 52012
SHA256: a829ba695cc4281761ab166d8d9b2cd28a6d406d02e30051584e87ad3f816b8f
SHA1: b78606223f0cb49d5392dae4a6a88305d16a8a78
MD5sum: 1a66fc67169ce5a9327a46b83b6339b5
Description: sort file trees and pack them into bags
Fpart is a tool that helps you sort file trees and pack them into bags (called
"partitions"). It is developed in C and available under the BSD license.
.
It splits a list of directories and file trees into a certain number of
partitions, trying to produce partitions with the same size and number of
files.
It can also produce partitions with a given number of files or a limited size.
Once generated, partitions are either printed as file lists to stdout
(default) or to files. Those lists can then be used by third party programs.
.
Fpart also includes a live mode, which allows it to crawl very large
filesystems and produce partitions in live. Hooks are available to act on
those partitions (e.g. immediately start a transfer using rsync(1), cpio(1)
or tar(1)) without having to wait for the filesystem traversal job to be
finished. Used this way, fpart can be seen as a powerful data migration tool.
Description-md5:
Homepage: http://sourceforge.net/projects/fpart/
Section: misc
Priority: optional
Filename: pool/main/f/fpart/fpart_1.6.0-1_amd64.deb