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