Debian/Ubuntu

We recommend to install LiveConfig using the installation script:

wget -O- https://install.liveconfig.com/lc3 | sh

This will add the LiveConfig GPG key and the LiveConfig repository, optionally install required services (web server, mail server, database server, …) and finally the package liveconfig3.

Alternatively, you can also add the repository and install LiveConfig manually:

Debian (manual installation)

With the following commands you add the LiveConfig GPG key and the repository:

wget -O /root/liveconfig-keyring.deb https://www.liveconfig.com/liveconfig-keyring.deb
dpkg -i /root/liveconfig-keyring.deb

Then update your repository data:

apt update

Finally install LiveConfig itself:

apt install liveconfig3

Ubuntu (manual installation)

With the following commands you add the LiveConfig GPG key and the repository:

wget -O /root/liveconfig-keyring.deb https://www.liveconfig.com/liveconfig-keyring.deb
sudo dpkg -i /root/liveconfig-keyring.deb

Then update your repository data:

sudo apt update

Finally install LiveConfig itself:

sudo apt install liveconfig3