How to Install and Uninstall pax Package on Kali Linux

Last updated: May 11,2024

1. Install "pax" package

Learn how to install pax on Kali Linux

$ sudo apt update $ sudo apt install pax

2. Uninstall "pax" package

Learn how to uninstall pax on Kali Linux:

$ sudo apt remove pax $ sudo apt autoclean && sudo apt autoremove

3. Information about the pax package on Kali Linux

Package: pax
Version: 1:20201030-1
Installed-Size: 170
Maintainer: Thorsten Glaser
Architecture: amd64
Depends: libc6 (>= 2.26)
Enhances: arj, binutils, cpio, dpkg, gzip, lha, libarchive-tools, p7zip, rar, star, tar, unrar, unzip, zip
Size: 84268
SHA256: 40a76bd38542f3fb0999285cf3bc2558302918547d5f7092d534057ea5833b66
SHA1: 1d67ecc3d582651fd5809d044a3db884dd76ff0e
MD5sum: bdb06dd9e95a31df879a3f3c55709922
Description: Portable Archive Interchange (cpio, pax, tar)
paxtar is an implementation of an archiving utility that reads
and writes several formats - traditional ones, the extended
formats specified in IEEE 1003.1, and the ar(5) format used
by deb(5) packages (MirBSD specific paxtar extension). The
pax interface was designed by IEEE 1003.2 as a compromise in
the chronic controversy over which of tar or cpio is best, but
this implementation offers paxcpio and paxtar for easy calling.
.
This is the MirBSD paxtar implementation supporting the formats
ar, bcpio, cpio, SVR4 cpio with and without CRC, old tar, and
ustar, but not the format known as pax yet. It has extensions
for removing non-numerical user and group IDs from the archive,
storing hardlinked files only once, setting ownership to the
superuser, anonymising inode and device information, changing
the mtime to zero, and producing GNU tar compatible trailing
slashes on ustar directory nodes. Its "ar" format is suitable
for operating on *.deb files, unlike that of GNU binutils.
.
Note that ACLs and Extended Attributes are not supported.
Description-md5:
Multi-Arch: foreign
Homepage: http://www.mirbsd.org/pax.htm
Tag: admin::backup, admin::file-distribution, admin::filesystem,
devel::lang:c, devel::library, devel::packaging, implemented-in::c,
interface::commandline, made-of::man, role::devel-lib,
role::documentation, role::program, scope::utility, suite::bsd,
use::compressing, use::converting, use::storing,
works-with-format::TODO, works-with-format::tar, works-with::archive,
works-with::file
Section: utils
Priority: optional
Filename: pool/main/p/pax/pax_20201030-1_amd64.deb