How to Install and Uninstall fpart Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "fpart" package

Please follow the guidelines below to install fpart on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install fpart

2. Uninstall "fpart" package

In this section, we are going to explain the necessary steps to uninstall fpart on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the fpart package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: fpart
Priority: optional
Section: universe/misc
Installed-Size: 116
Maintainer: Ubuntu Developers
Original-Maintainer: Carl Chenet
Architecture: amd64
Version: 0.9.2-1
Depends: libc6 (>= 2.4), rsync (>= 3.1.1), sudo (>= 1.8.12)
Filename: pool/universe/f/fpart/fpart_0.9.2-1_amd64.deb
Size: 36198
MD5sum: bcfce5e2cf5ef42c431fd229cab962a4
SHA1: 05a343993b27af45120d015365ba516963bb44c0
SHA256: 098534dd223d12ecbd3ff74692714a245e73bcff50bb35629961df9947ee458e
Description-en: 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. immediatly start a transfer using rsync(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: f73ccd7e6bf8a712915f97379c0de456
Homepage: http://sourceforge.net/projects/fpart/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu