How to Install and Uninstall python3-pyorick Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-pyorick" package

This tutorial shows how to install python3-pyorick on Kali Linux

$ sudo apt update $ sudo apt install python3-pyorick

2. Uninstall "python3-pyorick" package

Please follow the step by step instructions below to uninstall python3-pyorick on Kali Linux:

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

3. Information about the python3-pyorick package on Kali Linux

Package: python3-pyorick
Source: python-pyorick
Version: 1.4-4
Installed-Size: 141
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3:any, yorick (>= 2.2.04+dfsg-2~), python3-numpy
Size: 37448
SHA256: 2b8b384e4051e2350d74f8f539656a5088bac73fb4ed05df7a03be779090a831
SHA1: 0b1638af757516eb73d7096a14d6901b056a83e7
MD5sum: c52630822d774acec4c7572567e6fd1c
Description: 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:
Homepage: https://github.com/LLNL/pyorick/
Section: python
Priority: optional
Filename: pool/main/p/python-pyorick/python3-pyorick_1.4-4_all.deb