Unable to Install the Chripstack-gateway Bridge

Hi all,
Please I am running a project to build a system where the whole LoRawan system will be on the raspberry pi. I found thIs link https://www.chirpstack.io/guides/debian-ubuntu/ I followed the steps there and at the point to install the gateway I

start to see this problem as shown in the picture.

The first RED BOX has an issue which came up after I entered the code line:
sudo echo “deb https://artifacts.chirpstack.io/packages/3.x/deb stable main” | sudo tee /etc/apt/sources.list.d/chirpstack.list

The second box was after I wrote:
sudo apt install chirpstack-gateway-bridge

So I am confused on how to go about this.
Please I will appreciate any help so that I can continue the project

because you put space in the command '… tee /etc/apt/… ’

Thanks for your reply,
I have don that and the first box is cleared but i Still get the other error

" E: Unable to locate package chirpstack-gateway-bridge

inspect your apt sources files and be sure in that chirpstack repository is added.

please where do I find this as am just new to this I followed the steps and installed from step 1 according to this guide: https://www.chirpstack.io/guides/debian-ubuntu/

in the /etc/apt/ and their subdirs

you need to learn linux basics, if you want to do something in :slight_smile:

wow,so the gateway won’t be well installed if I just follow the steps as shown in the guide?

if you will be done all steps without any mistakes, you’ve got the success.
Anyway, you need to understand what are you doing, instead dumb copy’n’paste

1 Like

sorry,
ButI have followed the steps accordingly
but this issue keeps persisting

I told you, check the sources lists.

OK,
I will try this and get back to you

Hello,
so I have done all the steps and everything worked till the end. at this point i am hooked because my RAK 831 concentrator is not showing the red light at the RX. meaning my concentrator is not recieving packets.
Thanks for your guidance above and dont be upset at my questions.

how do i sort this out please.

thanks

if you try to build all-in-one system , with gateway functionality, why you can’t strat from THIS ?

Yea. I have done that, which i guess is the reason I am trying to do it manually,
When i installed the full gateway os
I could not access a web server on the raspberry. This is because i want to have a system without internet.

all the chirpstack builds are internet independed.
anyway if you are trying to manual setup chirpstack and gateway, you are need to setup the gateway modules, packet forwarder or basic station components also. because chirpstack as is can’t work with LoRaWAN module directly.