Issues with setting up apt repository (package ... is not available)

Hi:

I am quite sure I hava set the respository correctly, as follows:

“deb https://artifacts.loraserver.io/packages/2.x/deb stable main”

but got a erroe by using apt to install those 3 packages: lora-gateway-bridge, loraserver and lora-app-server.

it replied: “package lora-app-server is not available, but is referred to by another
package. This may mean that the package is missing, has been obsoleted, or is only available from another source”

Would somebody help me out of this ?

Thanks a lot!

have you done all this:

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

sudo echo "deb https://artifacts.loraserver.io/packages/2.x/deb stable main" | sudo tee /etc/apt/sources.list.d/loraserver.list
sudo apt-get update

Dont forget to do an apt update after adding the source

thank you for reply.

I have done all pre-steps, as required by the instrcution on the loraserver.io website.

still working on it…