How to Install and Uninstall utfcheck Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 29,2024

1. Install "utfcheck" package

Please follow the instructions below to install utfcheck on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install utfcheck

2. Uninstall "utfcheck" package

Please follow the guidelines below to uninstall utfcheck on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove utfcheck $ sudo apt autoclean && sudo apt autoremove

3. Information about the utfcheck package on Ubuntu 21.10 (Impish Indri)

Package: utfcheck
Architecture: amd64
Version: 1.2-2
Priority: optional
Section: universe/text
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 49
Depends: libc6 (>= 2.3.4)
Filename: pool/universe/u/utfcheck/utfcheck_1.2-2_amd64.deb
Size: 15124
MD5sum: 0d939bf760104a54d5b7e5fdc3965e04
SHA1: f2e5c5802e139dd01c412ace9df84d6bae54d01f
SHA256: baf433d39e33e485a6d3f6f33e6ef23a2bd3f975a8da7f47cee833a2bf2e6ab8
SHA512: 43f21db152f2aefc6fa21316a9ff11b4e7a2ec5214ec9caa6f53b278757f72062d0d3174cddba515466d33439c063807531020ffb8d66b62c8bf2ab5a728feb8
Homepage: http://unifoundry.com/utfcheck/
Description-en: check validity of UTF-8 and ASCII files
The utfcheck program examines a text file and prints a summary
of what the file contains: ASCII, UTF-8, UTF-16 (either big-endian
or little-endian based on an initial Byte Order Mark), or binary
data. ASCII and UTF-8 files are processed further; UTF-16 and
binary files are not. For a UTF-8 file, the summary includes
whether or not the file begins with the Unicode Byte Order Mark
(U+FEFF). Any following data encountered that is not well-formed
ASCII or UTF-8 Unicode is considered to be binary data; upon
reading such data the input file is considered not to be a proper
text file and the program exits with an error status.
.
The utfcheck program returns an exit status of EXIT_SUCCESS if
the text file was well-formed, and EXIT_FAILURE otherwise.
Description-md5: d2a72bc0ea8160250197f2e7fb95c9e2