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

Last updated: March 01,2025

1. Install "python-pyorick" package

This guide let you learn how to install python-pyorick on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyorick

2. Uninstall "python-pyorick" package

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

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

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

Package: python-pyorick
Priority: extra
Section: universe/python
Installed-Size: 141
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Version: 1.4-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), yorick (>= 2.2.04+dfsg-2~)
Suggests: python3-pyorick
Filename: pool/universe/p/python-pyorick/python-pyorick_1.4-1_all.deb
Size: 36946
MD5sum: cb59d23be68ce5f1517be5bef6d8ff75
SHA1: a49012ef0339547e23f585e05ca7eeff53240b5c
SHA256: a5a351707a79d4a624532bd8fea5f936ccbab315190fce587d646d2146413dc5
Description-en: Python 2 module to execute Yorick code
The pyorick package starts Yorick as a subprocess and provides an
interface between Python and Yorick interpreted code.
.
Features:
+ exec or eval arbitrary Yorick code strings
+ get or set Yorick variables
+ call Yorick functions or subroutines with Python arguments
+ get or set slices of large Yorick arrays
+ terminal mode to interact with Yorick by keyboard through Python
.
Most of the data is exchanged via binary pipes between the two
interpreters. Yorick runs in a request-reply mode. Python prints
anything Yorick sends to stdout or stderr except prompts.
.
This package contains the module for Python 2.
Description-md5: 6690c34b8f04177cf2ede45d23b92155
Homepage: https://github.com/dhmunro/pyorick/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu