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

Last updated: May 19,2024

1. Install "python-cyclone" package

This guide covers the steps necessary to install python-cyclone on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-cyclone

2. Uninstall "python-cyclone" package

Please follow the steps below to uninstall python-cyclone on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-cyclone
Priority: extra
Section: universe/python
Installed-Size: 797
Maintainer: Ubuntu Developers
Original-Maintainer: Jérémy Bobbio
Architecture: all
Version: 1.1-2
Depends: python-openssl, python-twisted, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-cyclone/python-cyclone_1.1-2_all.deb
Size: 233954
MD5sum: 4050003551bb9b9471e98313bab41bb4
SHA1: 854b70411a1c407e9846d1891dd6fd9f1c494c96
SHA256: 66ff5592035acb994d6d0b9b8505aeeb61caf8f3b8bb83c122d97c9e3a19259d
Description-en: web server framework for Python Twisted using the Tornado API
Cyclone is a web server framework for Python that implements the Tornado API
as a Twisted protocol.
.
Twisted is an event-driven network programming framework for Python. It’s one
of the most mature libraries for non-blocking I/O available to the public.
Tornado is one of the most popular and fast web servers for Python, with a
very decent API for building web applications.
.
The idea is to bridge Tornado's elegant and straightforward API to Twisted's
Event-Loop, enabling a vast number of supported protocols.
.
This combination provides the ground for building up hybrid servers capable of
handling HTTP very efficiently while also serve or use email, SSH, SIP, IRC,
etc., all concurrently.
Description-md5: 8b2c8eaf84c8b1f0b6ff181f9d04e4e7
Homepage: http://cyclone.io/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu