A simple BASH script to install XMind in Linux
How to install XMind 8 on Linux
- Download XMind from [http://www.xmind.net/download/linux/] (http://www.xmind.net/download/linux/)
- Make sure the dependencies are satisfied for your distribution
- Debian, Ubuntu, Mint or other Linux distribution with .deb package.
sudo apt-get install unzip install default-jre libgtk2.0-0 libwebkitgtk-1.0-0 lame libc6 libglib2.0-0
- Fedora, CentOS, RHEL, or other Linux distribution with .rpm packages.
sudo yum install unzip java webkitgtk gtk2 glibc lame
orsudo dnf install unzip java webkitgtk gtk2 glibc lame
- Place this script in the same directory.
curl -O https://raw.githubusercontent.com/mriza/XMind-Linux-Installer/master/xmind-installer.sh
- Run the installer,
sudo xmind-installer.sh username
username is the user that will be use/run the software. Because XMind will need a data directory in the user home named 'workspace'
This script is an automation of this process