AWS Lightsail and jamulus-headless 3.7.0 install issues #1355
-
Firstly, thanks to all contributors for this great project. I'm trying to get a private server up and running for our band rehearsals and am following Simon's Idiots Guide (as I'm pretty basic on Linux although IT experienced). However I ran into fundamental issues on Ubuntu 18.04 with dpkg package dependency errors. With Ubuntu 20.04 now available I also tried the installation on this version as well but encountered the same issues. In both cases the following packages do not appear to be installed by default on these Lightsail instances: -
Can I resolve this by simply(?), running the following command for each package "sudo apt-get install xxxxxx" or am I just digging a hole for myself? Additionally is Ubunto 20.04 supported or do I need to stick to 18.04? Many thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I think for some reason for a fresh Lightsail install you need to run 20.04 should be fine. |
Beta Was this translation helpful? Give feedback.
-
I'm wondering whether the script uses |
Beta Was this translation helpful? Give feedback.
I'm wondering whether the script uses
dpkg -i
instead of a command which resolves dependencies automatically (apt install
)?