Download

[main]     [examples]     [tutorial]     [reference documentation]

The current version of LUCI is 0.1.0.

You can download LUCI here: luci-0.1.0.tar.gz

Requirements:

You must have the following programs and libraries installed on your system to install and use LUCI (debian package names are provided in parenthesis for information):


LUCI is written in Python, a langage written by Guido van Rossum. PyGTK is the the GTK+ module for Python, written by James Henstridge.


Install procedure:

To install LUCI, untar the archive in directory of your choice:

gzip -cd luci-0.1.0.tar.gz | tar xvf -
Eventually, become root if you want to install it outside of you home directory.
Then go to directory created by the tar:
cd luci-0.1.0
and type:
./install.py
This install program will ask you where you want to install LUCI and do the job.