How to Install and Uninstall xe Package on Kali Linux

Last updated: May 05,2024

1. Install "xe" package

Learn how to install xe on Kali Linux

$ sudo apt update $ sudo apt install xe

2. Uninstall "xe" package

This is a short guide on how to uninstall xe on Kali Linux:

$ sudo apt remove xe $ sudo apt autoclean && sudo apt autoremove

3. Information about the xe package on Kali Linux

Package: xe
Version: 0.11-5
Installed-Size: 38
Maintainer: nicoo
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 14220
SHA256: fa5c8b11315392cfcc07935a9b5edbf477903fc9415e747e4b3885b89533c0c4
SHA1: d9b8ddbbdc3459d720b13fa8affae83cd19e4b2b
MD5sum: 85a86a082c3df891d82ffa137517ac8a
Description: simple alternative to xargs and apply
xe is a tool for constructing command lines from file listings or
arguments, which includes the best features of xargs(1) and apply(1).
.
Its name means "execute for every ...".
.
It provides simple(r) parsing of its input, does not invoke a shell by
default, can execute multiple commands in parallel, ...
Description-md5:
Homepage: https://git.vuxu.org/xe/about/
Section: utils
Priority: optional
Filename: pool/main/x/xe/xe_0.11-5_amd64.deb