< Home - < Back

scipy


Information about the package, scipy, which is shipped with common Linux distributions. The scipy package is designed for, Scipy: Scientific Tools for Python.


Package Name:

scipy

Summary:

Scipy: Scientific Tools for Python

Description:

Scipy is open-source software for mathematics, science, and engineering. The core library is NumPy which provides convenient and fast N-dimensional array manipulation. The SciPy library is built to work with NumPy arrays, and provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization. Together, they run on all popular operating systems, are quick to install, and are free of charge. NumPy and SciPy are easy to use, but powerful enough to be depended upon by some of the world's leading scientists and engineers.

Architecture:

x86_64

Version:

0.7.2

Release:

8.el6

Size:

5.8 M

Repository:

base

From Repository:

Licence:

BSD and Boost and Public Domain



Handy Yum Commands for scipy


Control the scipy package with the following handy commands outlined below.


Command

Description of Command

yum install scipy

This command will install scipy on the server.

yum remove scipy

This command will un-install scipy on the server. When you run this command, you will be asked if you are sure that you want to remove scipy, so you have to manually confirm that you want to do this.

yum -y remove scipy

This command will un-install scipy on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove scipy when using the -y flag.

yum update scipy

This command will update scipy to the latest version. When you run this command, you will be asked if you are sure that you want to remove scipy, so you have to manually confirm that you want to do this.

yum -y update scipy

This command will update scipy to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove scipy when using the -y flag.

yum info scipy

This command will show you core information about the scipy package.

yum deplist scipy

This command will show you the dependencies for scipy. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update scipy

This command will check if there is an update waiting on scipy. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.