How to Install and Uninstall python2-emoji Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python2-emoji" package

This guide let you learn how to install python2-emoji on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-emoji

2. Uninstall "python2-emoji" package

Please follow the guidelines below to uninstall python2-emoji on openSUSE Leap:

$ sudo zypper remove python2-emoji

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 👍

5. The same packages on other Linux Distributions