How to Install and Uninstall python312-emoji Package on openSuSE Tumbleweed
Last updated: November 12,2024
1. Install "python312-emoji" package
In this section, we are going to explain the necessary steps to install python312-emoji on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-emoji
Copied
2. Uninstall "python312-emoji" package
Learn how to uninstall python312-emoji on openSuSE Tumbleweed:
$
sudo zypper remove
python312-emoji
Copied
3. Information about the python312-emoji package on openSuSE Tumbleweed
Information for package python312-emoji:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-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 : python312-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')