How to Install and Uninstall python3-emoji.noarch Package on Fedora 39

Last updated: October 15,2024

1. Install "python3-emoji.noarch" package

This is a short guide on how to install python3-emoji.noarch on Fedora 39

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

2. Uninstall "python3-emoji.noarch" package

Please follow the guidelines below to uninstall python3-emoji.noarch on Fedora 39:

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

3. Information about the python3-emoji.noarch package on Fedora 39

Last metadata expiration check: 4:12:50 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-emoji
Version : 2.8.0
Release : 1.fc39
Architecture : noarch
Size : 632 k
Source : python-emoji-2.8.0-1.fc39.src.rpm
Repository : fedora
Summary : Emoji library for Python
URL : https://pypi.python.org/pypi/emoji
License : BSD-3-Clause
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.