Is there already an issue for your problem?
NZBGet Version
v24.6-testing
Platform
Linux/Docker
Environment
Debian (13) and Ubuntu (24.04):
https://github.com/nzbgetcom/nzbget/blob/develop/docs/POSIX.md#debian says to install libboost-json1.81-dev
That does not exist on Debian (13) and Ubuntu (24.04).
I think it's better to tell to install libboost-json-dev
Current Behavior
see logging below
Expected Behavior
see logging below
Steps To Reproduce
see logging below
Logs
root@f0dcc6d5da60:/# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux trixie/sid
Release: n/a
Codename: trixie
root@f0dcc6d5da60:/# apt install libboost-json1.81-dev
Package libboost-json1.81-dev 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
Error: Package 'libboost-json1.81-dev' has no installation candidate
root@f0dcc6d5da60:/#
root@f0dcc6d5da60:/#
root@f0dcc6d5da60:/# apt search libboost-json | grep dev
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
libboost-json-dev/testing 1.83.0.2+b2 amd64
libboost-json1.83-dev/testing 1.83.0-3.2+b2 amd64
root@f0dcc6d5da60:/#
And apt install libboost-json-dev -y works
Extra information
No response
Is there already an issue for your problem?
NZBGet Version
v24.6-testing
Platform
Linux/Docker
Environment
Debian (13) and Ubuntu (24.04):
https://github.com/nzbgetcom/nzbget/blob/develop/docs/POSIX.md#debian says to install
libboost-json1.81-devThat does not exist on Debian (13) and Ubuntu (24.04).
I think it's better to tell to install
libboost-json-devCurrent Behavior
see logging below
Expected Behavior
see logging below
Steps To Reproduce
see logging below
Logs
And
apt install libboost-json-dev -yworksExtra information
No response