How to Install and Uninstall python3-wcwidth Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-wcwidth" package

Please follow the instructions below to install python3-wcwidth on Kali Linux

$ sudo apt update $ sudo apt install python3-wcwidth

2. Uninstall "python3-wcwidth" package

Please follow the steps below to uninstall python3-wcwidth on Kali Linux:

$ sudo apt remove python3-wcwidth $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-wcwidth package on Kali Linux

Package: python3-wcwidth
Source: wcwidth
Version: 0.2.5+dfsg1-1.1
Installed-Size: 698
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 21448
SHA256: 1c34489112645ca7970a7392902711c155bd9a5b2a5e2019c40c256f03d43c94
SHA1: 5fef8a9b65144ab86a56203994da69311e8139b0
MD5sum: 0409b06c59e9d0a2aa1224948c50a112
Description: determine printable width of a string on a terminal
wcwidth allows one to determine the printable width of a string on a terminal.
It provides functions similar to wcwidth(3) and wcswidth(3) for Python
programs.
Description-md5:
Homepage: https://github.com/jquast/wcwidth
Section: python
Priority: optional
Filename: pool/main/w/wcwidth/python3-wcwidth_0.2.5+dfsg1-1.1_all.deb