How to Install and Uninstall python3-wcwidth.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 03,2024

1. Install "python3-wcwidth.noarch" package

Please follow the guidelines below to install python3-wcwidth.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-wcwidth.noarch

2. Uninstall "python3-wcwidth.noarch" package

Here is a brief guide to show you how to uninstall python3-wcwidth.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-wcwidth.noarch $ sudo dnf autoremove

3. Information about the python3-wcwidth.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:07:26 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-wcwidth
Version : 0.2.5
Release : 8.el9
Architecture : noarch
Size : 48 k
Source : python-wcwidth-0.2.5-8.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Measures number of Terminal column cells of wide-character codes
URL : https://github.com/jquast/wcwidth
License : MIT
Description : This API is mainly for Terminal Emulator implementors, or those writing programs
: that expect to interpreted by a terminal emulator and wish to determine the
: printable width of a string on a Terminal.