devlinx9 / muon-ssh

Graphical SFTP client and terminal emulator (SSH) with helpful utilities
GNU General Public License v3.0
172 stars 26 forks source link

Can't install on Debian 12 #107

Open tarrakis opened 4 months ago

tarrakis commented 4 months ago

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.

Duviri commented 2 months ago

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.