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

Last updated: September 24,2024

1. Install "python3-emoji.noarch" package

This tutorial shows how to install python3-emoji.noarch on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 2:51:05 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-emoji
Version : 2.8.0
Release : 1.fc38
Architecture : noarch
Size : 634 k
Source : python-emoji-2.8.0-1.fc38.src.rpm
Repository : updates
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.