VMWare Workstation start on boot CentOS

Centos 6.x: Install PIL (Python Imaging Library) Tutorial

centos-logo-gfx Python Imaging Library

 

Prerequisities

You may need the EPEL repositories for Centos.

1
2
3
4
cd /opt/
wget http://mirrors.nl.eu.kernel.org/fedora-epel/6/i386/epel-release-6-7.noarch.rpm
rpm -Uvh epel-release-6-7.noarch.rpm
rm epel-release-6-7.noarch.rpm -f
cd /opt/
wget http://mirrors.nl.eu.kernel.org/fedora-epel/6/i386/epel-release-6-7.noarch.rpm
rpm -Uvh epel-release-6-7.noarch.rpm
rm epel-release-6-7.noarch.rpm -f

 

Install (Python Imaging Library)

To install from base repositories type:
yum install python-imaging

In the time I’m writing this, the base repo installs v1.1.6 while you can compile from source v1.1.7

1 thought on “Centos 6.x: Install PIL (Python Imaging Library) Tutorial

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.