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

Last updated: November 27,2024

1. Install "python3-cwcwidth.x86_64" package

Please follow the steps below to install python3-cwcwidth.x86_64 on Fedora 35

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

2. Uninstall "python3-cwcwidth.x86_64" package

Please follow the instructions below to uninstall python3-cwcwidth.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:32:50 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-cwcwidth
Version : 0.1.4
Release : 4.fc35
Architecture : x86_64
Size : 24 k
Source : python-cwcwidth-0.1.4-4.fc35.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.