How to Install and Uninstall python3-wcwidth.noarch Package on Oracle Linux 8

Last updated: July 03,2024

1. Install "python3-wcwidth.noarch" package

In this section, we are going to explain the necessary steps to install python3-wcwidth.noarch on Oracle Linux 8

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

2. Uninstall "python3-wcwidth.noarch" package

Please follow the step by step instructions below to uninstall python3-wcwidth.noarch on Oracle Linux 8:

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

3. Information about the python3-wcwidth.noarch package on Oracle Linux 8

Last metadata expiration check: 1:28:21 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-wcwidth
Version : 0.2.5
Release : 3.el8
Architecture : noarch
Size : 47 k
Source : python-wcwidth-0.2.5-3.el8.src.rpm
Repository : epel
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.