How to Install and Uninstall python2-emoji Package on openSUSE Leap
Last updated: December 26,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-emoji" package
This guide let you learn how to install python2-emoji on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-emoji
Copied
2. Uninstall "python2-emoji" package
Please follow the guidelines below to uninstall python2-emoji on openSUSE Leap:
$
sudo zypper remove
python2-emoji
Copied
3. Information about the python2-emoji package on openSUSE Leap
Information for package python2-emoji:
--------------------------------------
Repository : Main Repository
Name : python2-emoji
Version : 0.5.4-bp153.1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 397,6 KiB
Installed : No
Status : not installed
Source package : python-emoji-0.5.4-bp153.1.23.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 👍
--------------------------------------
Repository : Main Repository
Name : python2-emoji
Version : 0.5.4-bp153.1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 397,6 KiB
Installed : No
Status : not installed
Source package : python-emoji-0.5.4-bp153.1.23.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 👍