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

Last updated: November 07,2024

1. Install "python-sciscipy" package

In this section, we are going to explain the necessary steps to install python-sciscipy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-sciscipy

2. Uninstall "python-sciscipy" package

Please follow the step by step instructions below to uninstall python-sciscipy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-sciscipy
Priority: optional
Section: universe/python
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: amd64
Source: sciscipy
Version: 1.0.1-2
Depends: python (<< 2.8), python (>= 2.7~), python-numpy (>= 1:1.8.0), python-numpy-abi9, python:any (>= 2.7.5-5~), libc6 (>= 2.14), scilab-full-bin, scilab (>= 5.3.0)
Filename: pool/universe/s/sciscipy/python-sciscipy_1.0.1-2_amd64.deb
Size: 16502
MD5sum: d259752f9dba6c0aa44bde1502349bf7
SHA1: bd3b3135161c8b815e3fbcde4b7ee7eb13624722
SHA256: 11764a5e5bfc2c2542232b96ddac4258387826329999240200e1beb46cb447b3
Description-en: Python binding of Scilab
Sciscipy provides a Python API to map Scilab features.
Three main methods are available:
* sciscipy.eval(sci_cmd)
* sciscipy.read(sci_var_name)
* sciscipy.write(sci_var_name, py_var_name)
.
Also, to increase the level of enjoyment, a python module
called scilab is also provided. This package contains a
class 'Scilab' that can be used to issue any valid scilab
function.
Description-md5: 9ee841332b57ae7ba1dc4158e493299e
Homepage: http://forge.scilab.org/index.php/p/sciscipy/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu