How to Install and Uninstall python3-emoji.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-emoji.noarch" package

In this section, we are going to explain the necessary steps to install python3-emoji.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-emoji.noarch

2. Uninstall "python3-emoji.noarch" package

This is a short guide on how to uninstall python3-emoji.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-emoji.noarch $ sudo dnf autoremove

3. Information about the python3-emoji.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:16:27 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-emoji
Version : 2.2.0
Release : 1.el9
Architecture : noarch
Size : 366 k
Source : python-emoji-2.2.0-1.el9.src.rpm
Repository : epel
Summary : Emoji library for Python
URL : https://pypi.python.org/pypi/emoji
License : BSD
Description : Full featured simple emoji library for Python. This project was
: inspired by kyokomi.
:
: 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.