How to Install and Uninstall python3-emoji Package on openSUSE Leap
Last updated: February 02,2025
1. Install "python3-emoji" package
Please follow the guidance below to install python3-emoji on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-emoji
Copied
2. Uninstall "python3-emoji" package
This guide let you learn how to uninstall python3-emoji on openSUSE Leap:
$
sudo zypper remove
python3-emoji
Copied
3. Information about the python3-emoji package on openSUSE Leap
Information for package python3-emoji:
--------------------------------------
Repository : Main Repository
Name : python3-emoji
Version : 0.5.4-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 386.2 KiB
Installed : No
Status : not installed
Source package : python-emoji-0.5.4-bp155.2.12.src
Upstream URL : https://github.com/carpedm20/emoji/
Summary : Emoji for Python
Description :
This Python module provides unicode emoji output for strings containing emoji codes.
In addition to the official list defined by the unicode consortium a whole bunch of aliases is defined.
Example:
>> import emoji
>> print(emoji.emojize('Python is :thumbs_up:'))
Python is 👍
>> print(emoji.emojize('Python is :thumbsup:', use_aliases=True))
Python is 👍
--------------------------------------
Repository : Main Repository
Name : python3-emoji
Version : 0.5.4-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 386.2 KiB
Installed : No
Status : not installed
Source package : python-emoji-0.5.4-bp155.2.12.src
Upstream URL : https://github.com/carpedm20/emoji/
Summary : Emoji for Python
Description :
This Python module provides unicode emoji output for strings containing emoji codes.
In addition to the official list defined by the unicode consortium a whole bunch of aliases is defined.
Example:
>> import emoji
>> print(emoji.emojize('Python is :thumbs_up:'))
Python is 👍
>> print(emoji.emojize('Python is :thumbsup:', use_aliases=True))
Python is 👍