Hello Linux Geeksters.

In this article I will show you how to install LightZone on Debian Wheezy and Debian Squeeze. Instructions for installing LightZone on Ubuntu and Linux Mint can be found here.
How to install LightZone on Debian Wheezy:
Follow this steps exactly, for a successful installation:
$ wget -O -- http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/Release.key | apt-key add --
Add the repository:
$ sh -c "echo ‘deb http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/ ./' > /etc/apt/sources.list.d/lightzone.list"
Update the local index:
$ apt-get update
Install LightZone:
$ apt-get install lightzone
How to install LightZone on Debian Squeeze:
Follow this steps exactly, for a successful installation:
$ wget -O -- http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_6.0/Release.key | apt-key add --
Add the repository:
$ sh -c "echo ‘deb http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_6.0/ ./' > /etc/apt/sources.list.d/lightzone.list"
Update the local index:
$ apt-get update
Install LightZone:
$ apt-get install lightzone