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

Last updated: May 06,2024

1. Install "libuchardet0" package

In this section, we are going to explain the necessary steps to install libuchardet0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libuchardet0

2. Uninstall "libuchardet0" package

Here is a brief guide to show you how to uninstall libuchardet0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libuchardet0 $ sudo apt autoclean && sudo apt autoremove

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

Package: libuchardet0
Priority: optional
Section: universe/libs
Installed-Size: 198
Maintainer: Ubuntu Developers
Original-Maintainer: Asias He
Architecture: amd64
Source: uchardet
Version: 0.0.1-1ubuntu1
Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Filename: pool/universe/u/uchardet/libuchardet0_0.0.1-1ubuntu1_amd64.deb
Size: 65190
MD5sum: 785caab8b52b717ba34a46932383402a
SHA1: f5b9f2e05058a3bbb3d30bc26863cbcd9ec89b77
SHA256: 38955fea2370274f7897ca8f0ee20438f3adff6baa12b7f75551782d8a26e8cc
Description-en: universal charset detection library - shared library
uchardet is a C language binding of the original C++ implementation
of the universal charset detection library by Mozilla.
.
uchardet is a encoding detector library, which takes a sequence of
bytes in an unknown character encoding without any additional
information, and attempts to determine the encoding of the text.
.
The original code of universalchardet is available at
http://lxr.mozilla.org/seamonkey/source/extensions/universalchardet
.
Techniques used by universalchardet are described at
http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html
.
This package contains the shared library.
Description-md5: d45f28c3f3c34496b9d6cff4c424fca5
Multi-Arch: same
Homepage: http://code.google.com/p/uchardet
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu