Unable to perform sudo apt-get install lora-gateway-bridge

Hello,

I’m trying to install the lora gateway bridge on an Ubuntu 16.04 LTS VM following theses steps :

–> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00

–> export DISTRIB_ID=lsb_release -si
–> export DISTRIB_CODENAME=lsb_release -sc
–> sudo echo “deb https://repos.loraserver.io/${DISTRIB_ID,,} ${DISTRIB_CODENAME} testing” | sudo tee /etc/apt/sources.list.d/loraserver.list
–> sudo apt-get update

In my case, ID and CODENAME are Ubuntu Xenial (16.04).

After doing this I tried to --> sudo apt-get install lora-gateway-bridge

But as I saw on a topic of the forum it only shows :

Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package lora-gateway-bridge

(except that’s it’s written in French for me as I’m french obviously)

Thanks a lot by advance,

Regards,

Matthieu

Did you manage to solve it?

If you are having an issue you can get the suitable .deb or tar.gz from the downloads page here

I’m closing this topic as the original question is quite old and refers to documentation that is no longer valid.