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

Last updated: May 14,2024

1. Install "python3-wurlitzer" package

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

$ sudo apt update $ sudo apt install python3-wurlitzer

2. Uninstall "python3-wurlitzer" package

In this section, we are going to explain the necessary steps to uninstall python3-wurlitzer on Kali Linux:

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

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

Package: python3-wurlitzer
Source: wurlitzer
Version: 3.0.3-1
Installed-Size: 40
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 12132
SHA256: e0f07192914164b378f3522c666bb119958a75dd983e8a72fc3ff9c32e0098ce
SHA1: 1cec1b0e371957a629ec26471947cf73423097a2
MD5sum: 0e39618841b8459cf240fe79893f6bd4
Description: Capture C-level output in context managers
A common task in Python (especially while testing or
debugging) is to redirect sys.stdout to a stream or a file while
executing some piece of code. However, simply "redirecting stdout" is
sometimes not as easy as one would expect. In particular, things
become interesting when you want C code running within your Python
process (including, but not limited to, Python modules implemented as
C extensions) to also have its stdout redirected according to your
wish. This turns out to be tricky and leads us into the interesting
world of file descriptors, buffers and system calls.
.
This package supports redirecting this output in a straightforward way
using a context manager.
Description-md5:
Homepage: https://github.com/minrk/wurlitzer
Section: python
Priority: optional
Filename: pool/main/w/wurlitzer/python3-wurlitzer_3.0.3-1_all.deb