0

I am trying to install ImFusion in Ubuntu 19.10. It displays error that says dependencies are not installed. When I try to run sudo apt -f install, it says that it is removing the ImFusion package which was not installed. How can I install dependencies in such case.

Thanks in advance

pramesh
  • 211
  • 2
  • 7

1 Answers1

0

I sincerely suggest you try with the AppImage variant because the unique DEB file available is for Ubuntu 18.04, but you have the 19.10.

Using the AppImage variant is a really easy task to do.

Simply download it from https://www.imfusion.com/downloads/Demo/imfusionsuite-demo-2.15.1.AppImage, change the file permission adding the Executable rights (click with the right button of the mouse, properties/permissions - take a look here) and after running it with a simple double-click.

And that's all! :)

maxwatt
  • 488