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

Last updated: May 08,2024

1. Install "uniutils" package

Here is a brief guide to show you how to install uniutils on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install uniutils

2. Uninstall "uniutils" package

Please follow the instructions below to uninstall uniutils on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: uniutils
Priority: optional
Section: universe/misc
Installed-Size: 959
Maintainer: Ubuntu Developers
Original-Maintainer: Mohammed Sameer
Architecture: amd64
Version: 2.27-2
Replaces: unidesc
Provides: unidesc
Depends: libc6 (>= 2.4), ascii2binary
Conflicts: unidesc (<< 2.22-1)
Filename: pool/universe/u/uniutils/uniutils_2.27-2_amd64.deb
Size: 192654
MD5sum: f0ffce9bf92541f1d93f31c519242186
SHA1: 9fccb503406bed644b35ee00f4060dd0272f71be
SHA256: dedb2c03a142be49276a66e9e2eef0637c103e598959f61a567b436ec0031cc1
Description-en: 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: 3358701f991bedb73c45b867a04eb060
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu