4. Installation
4.1. Installing from Repository
If you are using Debian, Raspbian, or Ubuntu, you can install the KNX module from the repository. Please run the following command as root:
apt-get install homegear-knx
4.2. Manually Install Debian/Raspbian/Ubuntu Package
Download the KNX package (homegear-knx) from the Homegear nightly download page or the APT repository. Then install the package as root using dpkg:
dpkg -i homegear-knx_*.deb
apt-get -f install
The command apt-get -f install
installs any missing dependencies.