How to Install and Uninstall python3-emoji Package on Kali Linux

Last updated: May 06,2024

1. Install "python3-emoji" package

Please follow the instructions below to install python3-emoji on Kali Linux

$ sudo apt update $ sudo apt install python3-emoji

2. Uninstall "python3-emoji" package

Please follow the instructions below to uninstall python3-emoji on Kali Linux:

$ sudo apt remove python3-emoji $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-emoji package on Kali Linux

Package: python3-emoji
Source: python-emoji
Version: 2.8.0-1
Installed-Size: 3162
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 287308
SHA256: 89ac51465f866042b0202170de40cc614f14a24efeffa513c604fe9c5feb3023
SHA1: 89fab3982bb5b98093790ab5046ea64b12a4b6d7
MD5sum: bc80d4bdf6d31ce6493cb8413cbf1fc6
Description: Emoji for Python
The entire set of Emoji codes as defined by the unicode
consortium is supported in addition to a bunch of aliases. By
default, only the official list is enabled but doing
emoji.emojize(use_aliases=True) enables both the full list and
aliases.
Description-md5:
Homepage: https://github.com/carpedm20/emoji/
Section: python
Priority: optional
Filename: pool/main/p/python-emoji/python3-emoji_2.8.0-1_all.deb