How to Install and Uninstall datapacker Package on Kali Linux

Last updated: May 20,2024

1. Install "datapacker" package

Please follow the steps below to install datapacker on Kali Linux

$ sudo apt update $ sudo apt install datapacker

2. Uninstall "datapacker" package

Please follow the step by step instructions below to uninstall datapacker on Kali Linux:

$ sudo apt remove datapacker $ sudo apt autoclean && sudo apt autoremove

3. Information about the datapacker package on Kali Linux

Package: datapacker
Version: 1.0.3+nmu1
Installed-Size: 1572
Maintainer: John Goerzen
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg1)
Size: 349340
SHA256: 0ae76aa871348f7bf24b2ddf280d9f0f10b5271a721ed8cd0e7b353d296ef962
SHA1: c9764b5dbffd5e934845479dd3213a8f64ccb8ff
MD5sum: 7e792d890b4ac9983f2596c8e065c578
Description: Tool to pack files into minimum number of CDs/DVDs/etc
datapacker is a tool to group files by size. It is
designed to group files such that they fill fixed-size containers
(called "bins") using the minimum number of containers. This is
useful, for instance, if you want to archive a number of files to CD
or DVD, and want to organize them such that you use the minimum
possible number of CDs or DVDs.
.
In many cases, datapacker executes almost instantaneously. Of
particular note, the hardlink action can be used
to effectively copy data into bins without having to actually copy
the data at all.
.
datapacker is a tool in the traditional Unix style; it can be used in
pipes and call other tools.
Description-md5:
Homepage: https://github.com/jgoerzen/datapacker/wiki
Tag: implemented-in::haskell, interface::commandline, role::program,
scope::utility, use::storing, works-with::file
Section: utils
Priority: optional
Filename: pool/main/d/datapacker/datapacker_1.0.3+nmu1_amd64.deb