Is there any way to install Modelio on Ubuntu 21.10? I tried doing it this way: Unable to install Modelio Open SOurce 4.1 on Ubuntu 20.04 but it doesn't work anymore.
edit: When trying to follow the process stated in the link I get
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.
When trying to install Modelio I get
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.
sudo apt install libwebkitgtk-1.0-0
(and its dependencies). – waltinator Mar 26 '22 at 13:03sudo apt install build-essential
), download and build Modelio. You may have to change Modelio to use current libraries. Always install the-dev
version of libraries you're developing with. – waltinator Mar 26 '22 at 18:22