How to Install and Uninstall python3-utf8-locale Package on Kali Linux

Last updated: May 12,2024

1. Install "python3-utf8-locale" package

This guide let you learn how to install python3-utf8-locale on Kali Linux

$ sudo apt update $ sudo apt install python3-utf8-locale

2. Uninstall "python3-utf8-locale" package

Please follow the step by step instructions below to uninstall python3-utf8-locale on Kali Linux:

$ sudo apt remove python3-utf8-locale $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-utf8-locale package on Kali Linux

Package: python3-utf8-locale
Source: utf8-locale
Version: 1.0.3-1
Installed-Size: 47
Maintainer: Peter Pentchev
Architecture: all
Depends: python3:any
Size: 13004
SHA256: a5b3c62ff4cf285ae4d560d318b19228a77bce0553204f58c238e16b4a188a47
SHA1: b0b48f38da1ff392b5a5ddce55f8290131749641
MD5sum: 604ae473bd07281b7df4423dd448487a
Description: Detect a UTF-8-capable locale for running programs in - Python library
Sometimes it is useful for a program to be able to run a child process and
more or less depend on its output being valid UTF-8. This can usually be
accomplished by setting one or more environment variables, but there is
the question of what to set them to - what UTF-8-capable locale is present
on this particular system? This is where the utf8_locale module comes in.
.
This package provides the Python 3.x utf_locale module.
Description-md5:
Homepage: https://devel.ringlet.net/devel/utf8-locale/
Section: python
Priority: optional
Filename: pool/main/u/utf8-locale/python3-utf8-locale_1.0.3-1_all.deb