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

Last updated: May 15,2024

1. Install "detox" package

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

$ sudo apt update $ sudo apt install detox

2. Uninstall "detox" package

Please follow the guidelines below to uninstall detox on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: detox
Priority: extra
Section: universe/utils
Installed-Size: 199
Maintainer: Ubuntu Developers
Original-Maintainer: Joao Eriberto Mota Filho
Architecture: amd64
Version: 1.2.0-6
Depends: libc6 (>= 2.14)
Filename: pool/universe/d/detox/detox_1.2.0-6_amd64.deb
Size: 41630
MD5sum: 0af30d4075b3c80bc8c50ff589ea311c
SHA1: 7b06324f4ab99348fbd86c0623253f635d9629c9
SHA256: 717608ce62b083756432714913be689ae0a576df68c5b51ea589eddcd8326954
Description-en: utility to 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.
Description-md5: af58b037fdccb0f3f056d9ab74b4d591
Homepage: http://detox.sf.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu