How to Install and Uninstall python36-emoji Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "python36-emoji" package

Please follow the step by step instructions below to install python36-emoji on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-emoji

2. Uninstall "python36-emoji" package

This is a short guide on how to uninstall python36-emoji on openSuSE Tumbleweed:

$ sudo zypper remove python36-emoji

3. Information about the python36-emoji package on openSuSE Tumbleweed

Information for package python36-emoji:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-emoji
Version : 1.6.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 2,4 MiB
Installed : No
Status : not installed
Source package : python-emoji-1.6.1-1.1.src
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'``) but Spanish (``'es'``), Portuguese (``'pt'``) and Italian (``'it'``) are also supported.