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

Last updated: May 15,2024

1. Install "python3-pykka" package

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

$ sudo apt update $ sudo apt install python3-pykka

2. Uninstall "python3-pykka" package

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

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

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

Package: python3-pykka
Priority: extra
Section: universe/python
Installed-Size: 576
Maintainer: Ubuntu Developers
Original-Maintainer: Stein Magnus Jodal
Architecture: all
Source: python-pykka
Version: 1.2.1-2
Depends: python3:any (>= 3.3.2-2~), libjs-sphinxdoc (>= 1.0)
Suggests: python3-gevent | python3-eventlet
Filename: pool/universe/p/python-pykka/python3-pykka_1.2.1-2_all.deb
Size: 66080
MD5sum: f630db88f119466b1ac1357402337880
SHA1: 08e099bdebb49839f59e3507f0e447a4b9a85519
SHA256: a1edc9d9d88c6d9d61ed4c7664e17507c2784dd86c8acc9a5338a3d752f49c07
Description-en: Actor model library for Python (Python 3)
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 3 version of the package.
Description-md5: 157de6ffdbded7bee69698af88c52459
Homepage: http://www.pykka.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu