chirpstack-packet-multiplexer icon indicating copy to clipboard operation
chirpstack-packet-multiplexer copied to clipboard

Chirpstack-packet-multiplexer not in packagelist main stable

Open MatzeSch opened this issue 1 year ago • 3 comments

Hello,

i tried to install the chirpstack-packet-multiplexer on my ubuntu vm, but linux couldn't find it.

The packages list https://artifacts.chirpstack.io/packages/4.x/deb stable main doesn't include chirpstack-packet-multiplexer.

Is there a date when the new version will be in stable?

MatzeSch avatar Feb 05 '25 09:02 MatzeSch

Same issue here. Following the guide on in the README but gets "unable to locate package chirpstack-packet-multiplexer"

jh83 avatar Feb 24 '25 07:02 jh83

@brocaar same issue - any chance you can look into this?

StevenCellist avatar May 05 '25 21:05 StevenCellist

+1 here ;) - hello there @StevenCellist

jgromes avatar May 08 '25 05:05 jgromes

workaround: sudo echo "deb https://artifacts.chirpstack.io/packages/4.x/deb testing main" | sudo tee /etc/apt/sources.list.d/chirpstack.list

sudo apt-get update

sudo apt install chirpstack-packet-multiplexer

revert to stable lists:

sudo echo "deb https://artifacts.chirpstack.io/packages/4.x/deb stable main" | sudo tee /etc/apt/sources.list.d/chirpstack.list

SMLunchen avatar Jun 25 '25 08:06 SMLunchen

I have pushed the 4.0.0-test.3 to both testing and stable (as there isn't any v4 stable version yet).

brocaar avatar Nov 17 '25 11:11 brocaar