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