OpenPanel and APT
From Openpanel Documentation Wiki
OpenPanel en OpenApp can be easily installed using APT in DPKG-based systems like Debian and Ubuntu.
- Add the following lines to
/etc/apt/sources.list. Replace lucid with the codename of your distribution, e.g. natty, squeeze, lenny, etc.
# For OpenPanel: deb http://download.openpanel.com/deb/ lucid main deb-src http://download.openpanel.com/deb/ lucid main # For OpenApp: deb http://download.openpanel.com/deb/ lucid main openapp deb-src http://download.openpanel.com/deb/ lucid main openapp
- Import the OpenPanel GPG-key
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EAC69B9
- Update the list of available software
apt-get update