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

Last updated: May 15,2024

1. Install "python3-crochet" package

This guide let you learn how to install python3-crochet on Kali Linux

$ sudo apt update $ sudo apt install python3-crochet

2. Uninstall "python3-crochet" package

Please follow the instructions below to uninstall python3-crochet on Kali Linux:

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

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

Package: python3-crochet
Source: crochet
Version: 2.1.1-2
Installed-Size: 144
Maintainer: Debian Python Team
Architecture: all
Depends: python3-twisted, python3-wrapt, python3:any
Size: 27916
SHA256: cfb3b9354cddcaef1c4b2aa28efca8cd77cb780a9203d66148fbf9495bf534b0
SHA1: cb794d30856556a12a7701e68a2dc7b41b1ebf48
MD5sum: 938bcb82e2b5b99c56097bdba7176310
Description: Library that makes it easier to use Twisted from regular blocking code
Crochet is a library that makes it easier to use Twisted from regular blocking
code. Some use cases include:
.
Easily use Twisted from a blocking framework like Django or Flask.
.
Write a library that provides a blocking API, but uses Twisted for
its implementation.
.
Port blocking code to Twisted more easily, by keeping a backwards
compatibility layer.
.
Allow normal Twisted programs that use threads to interact with
Twisted more cleanly from their threaded parts. For example, this
can be useful when using Twisted as a WSGI container.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/itamarst/crochet
Section: python
Priority: optional
Filename: pool/main/c/crochet/python3-crochet_2.1.1-2_all.deb