Instalar Gambas3 desde PPA en Raspberry PI, PI 2 y Pi 3
Si quereis instalar rápidamente Gambas3, en vuestra raspberry Pi, aqui teneis las ordenes necesarias para instalar el PPA (y asi no necesitais compilarlar los paquetes fuentes que es mucho más lento):
$ wget -O - https://domotiga.nl/apt/public.gpg.key | sudo apt-key add - $ sudo su -c "echo 'deb https://domotiga.nl/apt/raspbian jessie main' >> /etc/apt/sources.list" $ sudo apt-get install -y apt-transport-https $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get install gambas3
Fuente:
https://www.domotiga.nl/projects/domotiga/wiki/DomotiGa_Installation#Gambas-From-PPA-Raspberry-Pi-Pi-2-Pi-3