/XMind-Linux-Installer

A simple BASH script to install XMind in Linux

Primary LanguageShellGNU General Public License v3.0GPL-3.0

XMind-Linux-Installer

A simple BASH script to install XMind in Linux

How to install XMind 8 on Linux

  1. Download XMind from [http://www.xmind.net/download/linux/] (http://www.xmind.net/download/linux/)
  2. 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 or sudo dnf install unzip java webkitgtk gtk2 glibc lame
  1. Place this script in the same directory. curl -O https://raw.githubusercontent.com/mriza/XMind-Linux-Installer/master/xmind-installer.sh
  2. 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

process