How to Install and Uninstall detox Package on Kali Linux

Last updated: May 12,2024

1. Install "detox" package

In this section, we are going to explain the necessary steps to install detox on Kali Linux

$ sudo apt update $ sudo apt install detox

2. Uninstall "detox" package

In this section, we are going to explain the necessary steps to uninstall detox on Kali Linux:

$ sudo apt remove detox $ sudo apt autoclean && sudo apt autoremove

3. Information about the detox package on Kali Linux

Package: detox
Version: 1.4.5-5
Installed-Size: 158
Maintainer: Joao Eriberto Mota Filho
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 37692
SHA256: c61516f4f4df7c41a16eda2cec21fab5174c09dbe00986201a991f639d829067
SHA1: ae1c69fb681856ee3c10584bce19bfc959ff1360
MD5sum: 740796c4d35fe4a135a109eb10ea9073
Description: replace problematic characters in filenames
detox is a utility designed to clean up filenames. It replaces difficult to
work with characters, such as spaces, with standard equivalents. It will also
clean up filenames with UTF-8 or Latin-1 (or CP-1252) characters in them.
.
Features:
* Removal or replacement of upper ASCII Latin-1 (ISO 8859-1) characters;
* Removal or replacement of UTF-8 encoded Unicode characters;
* Removal or replacement of spaces and other potentially tricky characters;
* Trimming of excessive "_" and "-"s;
* Directory recursion, dry runs, verbose listings.
.
It is designed with safety in mind. It won't overwrite a file that already
exists, and it doesn't touch special files if not requested.
.
detox is useful to mass rename files automatically. As just one example,
you can use detox to easily standardize lots of files, as MP3 or movies,
downloaded or stored inside a directory.
.
This package provides detox and inline-detox commands. The inline-detox can
be used in command lines, as a filter in shell procedures.
Description-md5:
Homepage: https://github.com/dharple/detox
Tag: implemented-in::c, role::program, works-with::file
Section: utils
Priority: optional
Filename: pool/main/d/detox/detox_1.4.5-5_amd64.deb