How to Install and Uninstall python3-wcwidth.noarch Package on Fedora 38

Last updated: January 15,2025

1. Install "python3-wcwidth.noarch" package

Learn how to install python3-wcwidth.noarch on Fedora 38

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

2. Uninstall "python3-wcwidth.noarch" package

This guide covers the steps necessary to uninstall python3-wcwidth.noarch on Fedora 38:

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

3. Information about the python3-wcwidth.noarch package on Fedora 38

Last metadata expiration check: 5:45:23 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-wcwidth
Version : 0.2.5
Release : 11.fc38
Architecture : noarch
Size : 47 k
Source : python-wcwidth-0.2.5-11.fc38.src.rpm
Repository : fedora
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.