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

Last updated: May 20,2024

1. Install "python3-cwcwidth.x86_64" package

Please follow the guidelines below to install python3-cwcwidth.x86_64 on Fedora 34

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

2. Uninstall "python3-cwcwidth.x86_64" package

This tutorial shows how to uninstall python3-cwcwidth.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:17:13 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-cwcwidth
Version : 0.1.4
Release : 2.fc34
Architecture : x86_64
Size : 24 k
Source : python-cwcwidth-0.1.4-2.fc34.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.