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

Last updated: September 20,2024

1. Install "python3-pyorick" package

This tutorial shows how to install python3-pyorick on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyorick

2. Uninstall "python3-pyorick" package

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

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

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

Package: python3-pyorick
Priority: extra
Section: universe/python
Installed-Size: 141
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: python-pyorick
Version: 1.4-1
Depends: python3:any (>= 3.3.2-2~), yorick (>= 2.2.04+dfsg-2~)
Suggests: python-pyorick
Filename: pool/universe/p/python-pyorick/python3-pyorick_1.4-1_all.deb
Size: 37016
MD5sum: 83d2355b6de3108292074d20404a61f0
SHA1: 410b18ea54da6e510075a9c1412b7140c99f36f8
SHA256: 64f2fa3be3b8142cbad8038afbd822d2b47a75e93845219af5fd1c7437a96315
Description-en: Python 3 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 3.
Description-md5: 5ec166c247666cb781ab16ca11934ea6
Homepage: https://github.com/dhmunro/pyorick/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu