< Home - < Back

python-igraph


Information about the package, python-igraph, which is shipped with common Linux distributions. The python-igraph package is designed for, Python bindings for igraph.


Package Name:

python-igraph

Summary:

Python bindings for igraph

Description:

This module extends Python with a Graph class which is capable of handling arbitrary directed and undirected graphs with thousands of nodes and millions of edges. Since the module makes use of the open source igraph library written in almost 100% pure C, it is blazing fast and outperforms most other pure Python-based graph packages around.

Architecture:

x86_64

Version:

0.7

Release:

1.el6

Size:

578 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for python-igraph


Control the python-igraph package with the following handy commands outlined below.


Command

Description of Command

yum install python-igraph

This command will install python-igraph on the server.

yum remove python-igraph

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

yum -y remove python-igraph

This command will un-install python-igraph 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 python-igraph when using the -y flag.

yum update python-igraph

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

yum -y update python-igraph

This command will update python-igraph 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 python-igraph when using the -y flag.

yum info python-igraph

This command will show you core information about the python-igraph package.

yum deplist python-igraph

This command will show you the dependencies for python-igraph. 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 python-igraph

This command will check if there is an update waiting on python-igraph. 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.