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

Last updated: July 09,2024

1. Install "python2-wcwidth" package

Please follow the guidelines below to install python2-wcwidth on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-wcwidth

2. Uninstall "python2-wcwidth" package

Learn how to uninstall python2-wcwidth on openSUSE Leap:

$ sudo zypper remove python2-wcwidth

3. Information about the python2-wcwidth package on openSUSE Leap

Information for package python2-wcwidth:
----------------------------------------
Repository : Main Repository
Name : python2-wcwidth
Version : 0.1.8-3.5.11
Arch : noarch
Vendor : SUSE LLC
Installed Size : 73,4 KiB
Installed : No
Status : not installed
Source package : python-wcwidth-0.1.8-3.5.11.src
Summary : Number of Terminal column cells of wide-character codes
Description :
This API is mainly for Terminal Emulator implementors -- any python
program that attempts to determine the printable width of a string on
a Terminal. It is implemented in python (no C library calls) and has
no 3rd-party dependencies.
It is certainly possible to use your Operating System's wcwidth(3)
and wcswidth(3) calls if it is POSIX-conforming, but this would not
be possible on non-POSIX platforms, such as Windows, or for
alternative Python implementations, such as jython. It is also
commonly many releases older than the most current Unicode Standard
release files, which this project aims to track.