How to Install and Uninstall python2-backports.shutil_get_terminal_size Package on openSUSE Leap

Last updated: June 23,2024

1. Install "python2-backports.shutil_get_terminal_size" package

Please follow the guidance below to install python2-backports.shutil_get_terminal_size on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-backports.shutil_get_terminal_size

2. Uninstall "python2-backports.shutil_get_terminal_size" package

Please follow the steps below to uninstall python2-backports.shutil_get_terminal_size on openSUSE Leap:

$ sudo zypper remove python2-backports.shutil_get_terminal_size

3. Information about the python2-backports.shutil_get_terminal_size package on openSUSE Leap

Information for package python2-backports.shutil_get_terminal_size:
-------------------------------------------------------------------
Repository : Main Repository
Name : python2-backports.shutil_get_terminal_size
Version : 1.0.0-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 10,5 KiB
Installed : No
Status : not installed
Source package : python-backports.shutil_get_terminal_size-1.0.0-bp153.1.17.src
Summary : A backport of the get_terminal_size function from Python 3.3's shutil
Description :
A backport of the `get_terminal_size`_ function from Python 3.3's shutil.
Unlike the original version it is written in pure Python rather than C,
so it might be a tiny bit slower.