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

Last updated: September 22,2024

1. Install "python3-emoji.noarch" package

This guide covers the steps necessary to install python3-emoji.noarch on Fedora 34

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

2. Uninstall "python3-emoji.noarch" package

This guide covers the steps necessary to uninstall python3-emoji.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:24:13 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-emoji
Version : 1.6.3
Release : 1.fc34
Architecture : noarch
Size : 285 k
Source : python-emoji-1.6.3-1.fc34.src.rpm
Repository : updates
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.