How to Install and Uninstall python3-cwcwidth.x86_64 Package on Fedora 39

Last updated: January 13,2025

1. Install "python3-cwcwidth.x86_64" package

Please follow the guidance below to install python3-cwcwidth.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-cwcwidth.x86_64

2. Uninstall "python3-cwcwidth.x86_64" package

This is a short guide on how to uninstall python3-cwcwidth.x86_64 on Fedora 39:

$ sudo dnf remove python3-cwcwidth.x86_64 $ sudo dnf autoremove

3. Information about the python3-cwcwidth.x86_64 package on Fedora 39

Last metadata expiration check: 4:27:36 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-cwcwidth
Version : 0.1.9
Release : 1.fc39
Architecture : x86_64
Size : 32 k
Source : python-cwcwidth-0.1.9-1.fc39.src.rpm
Repository : updates
Summary : Python bindings for wc(s)width
URL : https://github.com/sebastinas/cwcwidth
License : MIT
Description : Python bindings for wc(s)widthcwcwidth provides Python bindings for
: wcwidth and wcswidth functions defined in POSIX.1-2001 and
: POSIX.1-2008 based on Cython . These functions compute the printable
: length of a unicode character/string on a terminal.