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

Last updated: October 05,2024

1. Install "python3-cwcwidth.x86_64" package

This is a short guide on how to install python3-cwcwidth.x86_64 on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 3:53:20 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-cwcwidth
Version : 0.1.4
Release : 5.fc36
Architecture : x86_64
Size : 24 k
Source : python-cwcwidth-0.1.4-5.fc36.src.rpm
Repository : fedora
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.