1

After upgrading Ubuntu to 19.04 I saw that installing XMind does not work out of the box anymore. When trying to install XMind 8 (more exactly xmind-8-update8-linux.zip) via the setup.sh included, some dependencies are not available in the recent version of Ubuntu.

I found out that a possible workaround is to download and install these missing dependencies manually from the 18.10 repos before running the XMind setup:

But, is anyone aware of a nicer or native solution in Ubuntu 19.04? Or, otherwise, is there any danger / drawback using these packages from 18.10?


Just for convenience: This is the list of all the already known workarounds required to get XMind running on recent versions of Ubuntu (a script carrying out the whole installation and all the fixes can be found in the Ubuntu Pastebin):

A. F.
  • 11

1 Answers1

0

There is no risk to using the three manually installed missing dependency .deb packages from Ubuntu 18.10 in Ubuntu 19.04, even though the Ubuntu 18.10 packages will not be updated by the Software Updater.

The xmind snap package of XMind 2020 can be installed from Ubuntu Software or from the terminal in all currently supported versions of Ubuntu with the following command:

sudo snap install xmind

XMind has a proprietary license, but the xmind snap package is free software. For now, there is no time limit for the trial version and you can get access to most the features of XMind 2020, but the trial version is only available for personal use as all the exported files will have a watermark of XMind trial mode.

karel
  • 114,770
  • Thank you very much. The snap package seems to be available only for the versions using annual licenses (currently called XMind 2020). The version with a fixed license (XMind 8) does not seem to be available via snap. – A. F. Jun 04 '20 at 09:17