How to Install and Uninstall conv-tools Package on Kali Linux

Last updated: April 28,2024

1. Install "conv-tools" package

Here is a brief guide to show you how to install conv-tools on Kali Linux

$ sudo apt update $ sudo apt install conv-tools

2. Uninstall "conv-tools" package

This guide covers the steps necessary to uninstall conv-tools on Kali Linux:

$ sudo apt remove conv-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the conv-tools package on Kali Linux

Package: conv-tools
Version: 20160905-4
Installed-Size: 50
Maintainer: Petter Reinholdtsen
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 14296
SHA256: aecce9d1d129f9f429ebd99e75daf03ffaa227bf3ee6e68b2ea238371077a60b
SHA1: 20a1e8dab2057f3bdcd96c418ff085e75e7fa425
MD5sum: 3f0711bc411e01b68dbda1ea5726f8cf
Description: convert 8 bit character encoding in file names and text content to UTF-8
The mixconv utility reads a mixed-encoding text file, analyzes each
line to determine whether it is in 7-bit ASCII, an 8-bit encoding,
UTF-8 or WTF-8, converts everything to UTF-8 and prints the result to
standard output.
.
The dirconv utility scans a directory structure, analyzes each file
and directory name to determine whether it is in 7-bit ASCII, an 8-bit
encoding, UTF-8 or WTF-8, converts everything to UTF-8, and renames
the files and directories accordingly.
Description-md5:
Homepage: https://github.com/dag-erling/conv-tools
Tag: admin::filesystem, implemented-in::c, interface::commandline,
role::program, scope::utility, use::converting, works-with::file,
works-with::unicode
Section: utils
Priority: optional
Filename: pool/main/c/conv-tools/conv-tools_20160905-4_amd64.deb