How to Install and Uninstall uniutils Package on Kali Linux

Last updated: May 09,2024

1. Install "uniutils" package

Please follow the instructions below to install uniutils on Kali Linux

$ sudo apt update $ sudo apt install uniutils

2. Uninstall "uniutils" package

Please follow the guidelines below to uninstall uniutils on Kali Linux:

$ sudo apt remove uniutils $ sudo apt autoclean && sudo apt autoremove

3. Information about the uniutils package on Kali Linux

Package: uniutils
Source: uniutils (2.27-2)
Version: 2.27-2+b1
Installed-Size: 1419
Maintainer: Mohammed Sameer
Architecture: amd64
Replaces: unidesc
Provides: unidesc
Depends: libc6 (>= 2.4), ascii2binary
Conflicts: unidesc (<< 2.22-1)
Size: 169068
SHA256: 79928ccdc4857d5867bb7b3a0f505dfa5ba3d4a35979ad61ab2a0a577791ba14
SHA1: 9c284ad079a9b34f23f3a2cbb2512086412922de
MD5sum: c4f334c45584d4fc29d9420bd23beb1a
Description: Tools for finding out what is in a Unicode file
Useful tools when working with Unicode files when one doesn't know
the writing system, doesn't have the necessary font, needs to inspect
invisible characters, needs to find out whether characters have been
combined or in what order they occur, or needs statistics on which
characters occur.
.
* uniname defaults to printing the character offset of each character,
its byte offset, its hex code value, its encoding, the glyph itself,
and its name. It may also be used to validate UTF-8 input.
* unidesc reports the character ranges to which different portions of the
text belong. It can also be used to identify Unicode encodings
(e.g. UTF-16be) flagged by magic numbers.
* unihist generates a histogram of the characters in its input.
* ExplicateUTF8 is intended for debugging or for learning about Unicode.
It determines and explains the validity of a sequence of bytes as a UTF8
encoding.
* utf8lookup provides a handy way to look up Unicode characters from the
command line.
* unireverse reverse each line of UTF-8 input character-by-character.
Description-md5:
Tag: interface::commandline, role::program, scope::utility, use::converting,
use::viewing, works-with::text, works-with::unicode
Section: misc
Priority: optional
Filename: pool/main/u/uniutils/uniutils_2.27-2+b1_amd64.deb