Can't install on Debian 12
When installing the muonssh_2.2.0.deb package on Debian 12, I get an unmet dependency error: openjdk-11-jre
Debian 12 has JRE 17 installed: openjdk 17.0.11 2024-04-16 OpenJDK Runtime Environment (build 17.0.11+9-Debian-1deb12u1) OpenJDK 64-Bit Server VM (build 17.0.11+9-Debian-1deb12u1, mixed mode, sharing)
Installing JDK 11 on Debian 12 is troublesome. I have to add another apt source, and even then, the JDK dependencies aren't met, so I can't install it (and I don't want to fill my computer with unstable packages)
Would it be possible to make muon-ssh work on JDK 17?
Thanks.
As a workaround you can built it from source code and run it with JDK 17. It would be cool to support a more recent version with the .deb package.