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