有没有办法在Ubuntu 21.10上安装Modelio?我试过这样做:无法在Ubuntu20.04上安装Modelo4.1,但是它不再起作用了。
编辑:当我试图遵循链接中所述的过程时,我得到
The following packages have unmet dependencies:
libwebkitgtk-1.0-0 : Depends: libenchant1c2a (>= 1.6.0) but it is not installable
E: Unable to correct problems, you have held broken packages.当我试图安装Modelio时
The following packages have unmet dependencies:
modelio-open-source4.1 : Depends: libwebkitgtk-1.0-0 but it is not installable
E: Unable to correct problems, you have held broken packages.发布于 2022-03-27 14:40:39
谢谢你的帮助。能够使用nix编译自己,并使用jdk8运行它(不会在更高的版本上运行)。如果将来有人需要这样做,下面的链接是非常有用的:
安装nix:https://nixos.wiki/wiki/Nix_安装_指南
切换到jdk8:将Java 11降级为java 8?
编译后的产品被存储为./products/target/products/org.modelio.product/linux/gtk/x86_64/Modelio 4.1。
https://askubuntu.com/questions/1399381
复制相似问题