How to Install and Uninstall python-wcwidth.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "python-wcwidth.src" package

In this section, we are going to explain the necessary steps to install python-wcwidth.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-wcwidth.src

2. Uninstall "python-wcwidth.src" package

In this section, we are going to explain the necessary steps to uninstall python-wcwidth.src on Oracle Linux 9:

$ sudo dnf remove python-wcwidth.src $ sudo dnf autoremove

3. Information about the python-wcwidth.src package on Oracle Linux 9

Last metadata expiration check: 1:14:59 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-wcwidth
Version : 0.2.5
Release : 8.el9
Architecture : src
Size : 42 k
Source : None
Repository : ol9_appstream
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.