How to Install and Uninstall python-crochet Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 20,2024

1. Install "python-crochet" package

Please follow the guidance below to install python-crochet on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-crochet

2. Uninstall "python-crochet" package

In this section, we are going to explain the necessary steps to uninstall python-crochet on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-crochet package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-crochet
Priority: optional
Section: universe/python
Installed-Size: 113
Maintainer: Ubuntu Developers
Original-Maintainer: MAAS Maintainers
Architecture: all
Source: crochet
Version: 1.4.0-0ubuntu2
Depends: python-twisted, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/c/crochet/python-crochet_1.4.0-0ubuntu2_all.deb
Size: 21088
MD5sum: 1d9b78a33d5972408298aa8772874547
SHA1: 323933e4598b635ccda6cec4071342dc743d2f98
SHA256: 37482b8f2d710ce42adccaa9ddca34cc3b90890b6c05f833f37bd84f94e1f607
Description-en: Use Twisted Anywhere!
Crochet is an MIT-licensed library that makes it easier for blocking or
threaded applications like Flask or Django to use the Twisted
networking framework. Crochet provides the following features:
.
* Runs Twisted's reactor in a thread it manages.
* The reactor shuts down automatically when the process' main thread
finishes.
* Hooks up Twisted's log system to the Python standard library logging
framework. Unlike Twisted's built-in logging bridge, this includes
support for blocking Handler instances.
* A blocking API to eventual results (i.e. Deferred instances). This
last feature can be used separately, so Crochet is also useful for
normal Twisted applications that use threads.
Description-md5: b43a03a359a1ed6465a807e681fad4c9
Homepage: https://pypi.python.org/pypi/crochet
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu