How to Install and Uninstall python312-wcwidth Package on openSuSE Tumbleweed
Last updated: November 24,2024
1. Install "python312-wcwidth" package
This is a short guide on how to install python312-wcwidth on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-wcwidth
Copied
2. Uninstall "python312-wcwidth" package
Please follow the steps below to uninstall python312-wcwidth on openSuSE Tumbleweed:
$
sudo zypper remove
python312-wcwidth
Copied
3. Information about the python312-wcwidth package on openSuSE Tumbleweed
Information for package python312-wcwidth:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-wcwidth
Version : 0.2.13-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 560.1 KiB
Installed : No
Status : not installed
Source package : python-wcwidth-0.2.13-1.4.src
Upstream URL : https://github.com/jquast/wcwidth
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.
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-wcwidth
Version : 0.2.13-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 560.1 KiB
Installed : No
Status : not installed
Source package : python-wcwidth-0.2.13-1.4.src
Upstream URL : https://github.com/jquast/wcwidth
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.