Hi
I’m trying to follow the BRUH tutorial on installing mosquitto but my lack of linux knowledge means I’m hitting a brick wall at step 1.
When I try to install it says I’m missing ‘libwebsockets3’. I tried to remedy this by asking it to install libwebsockets3 but perhaps I didn’t format my request right or something.
Anyway here is what I have been putting into terminal, any suggestions much appreciated!
pi@hassbian:~ $ sudo apt-get install mosquitto
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mosquitto : Depends: libwebsockets3 (>= 1.2) but it is not installable
N: Ignoring file 'pwfile' in directory '/etc/apt/sources.list.d/' as it has no filename extension
N: Ignoring file 'mosquitto-stretch.list.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Unable to correct problems, you have held broken packages.
pi@hassbian:~ $ sudo apt-get install libwebsockets3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libwebsockets3 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
N: Ignoring file 'pwfile' in directory '/etc/apt/sources.list.d/' as it has no filename extension
N: Ignoring file 'mosquitto-stretch.list.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Package 'libwebsockets3' has no installation candidate
edit: fixed formatting