How to Install and Uninstall python311-emoji Package on openSuSE Tumbleweed
Last updated: November 09,2024
1. Install "python311-emoji" package
This guide covers the steps necessary to install python311-emoji on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-emoji
Copied
2. Uninstall "python311-emoji" package
Please follow the instructions below to uninstall python311-emoji on openSuSE Tumbleweed:
$
sudo zypper remove
python311-emoji
Copied
3. Information about the python311-emoji package on openSuSE Tumbleweed
Information for package python311-emoji:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-emoji
Version : 2.10.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 8.1 MiB
Installed : No
Status : not installed
Source package : python-emoji-2.10.1-1.4.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 👍
By default, the language is English (``language='en'``). Further supported langauges are:
* Spanish ('es')
* Portuguese ('pt')
* Italian ('it')
* French ('fr')
* German ('de')
* Farsi/Persian ('fa')
* Indonesian ('id')
* Simplified Chinese ('zh')
* Japanese ('ja')
* Korean ('ko')
* Russian ('ru')
* Arabic ('ar')
* Turkish ('tr')
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-emoji
Version : 2.10.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 8.1 MiB
Installed : No
Status : not installed
Source package : python-emoji-2.10.1-1.4.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 👍
By default, the language is English (``language='en'``). Further supported langauges are:
* Spanish ('es')
* Portuguese ('pt')
* Italian ('it')
* French ('fr')
* German ('de')
* Farsi/Persian ('fa')
* Indonesian ('id')
* Simplified Chinese ('zh')
* Japanese ('ja')
* Korean ('ko')
* Russian ('ru')
* Arabic ('ar')
* Turkish ('tr')