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

Last updated: November 26,2024

1. Install "python-pykka" package

This tutorial shows how to install python-pykka on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pykka

2. Uninstall "python-pykka" package

This tutorial shows how to uninstall python-pykka on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pykka
Priority: extra
Section: universe/python
Installed-Size: 577
Maintainer: Ubuntu Developers
Original-Maintainer: Stein Magnus Jodal
Architecture: all
Version: 1.2.1-2
Replaces: python-pykka-doc
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), libjs-sphinxdoc (>= 1.0)
Suggests: python-gevent | python-eventlet
Conflicts: python-pykka-doc
Filename: pool/universe/p/python-pykka/python-pykka_1.2.1-2_all.deb
Size: 66100
MD5sum: 64ae57dc2c5e4e68501a5966e020a1f7
SHA1: 3834ea441ee4b71514fb108300a5128b572eff46
SHA256: 1034eaa4463b319a1b6262b1f46b14a6fd2b53c18165c6a78c2eeb1e942f4202
Description-en: Actor model library for Python (Python 2)
Pykka is a Python implementation of the actor model. The actor model
introduces some simple rules to control the sharing of state and cooperation
between execution units, which makes it easier to build concurrent
applications.
.
Pykka provides an actor API with multiple implementations: threading, gevent,
and Eventlet.
.
This is the Python 2 version of the package.
Description-md5: af499a84a6886ce2d1971f38ac2da7ed
Homepage: http://www.pykka.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu