From www.xmind.net choose downloaded version to install (32-bit or 64-bit)
e.g. 32-bit
wget http://www.xmind.net/xmind/downloads/xmind-linux-3.4.1.201401221918_i386.deb
go to download directory and move deb file to home directory
cd ~/download
mv xmind-linux-3.4.1.201401221918_i386.deb ~/
Install the .deb file
sudo dpkg -i xmind-linux-3.4.1.201401221918_i386.deb
Now if you type “xmind” from command line “nothing haappen”…why?
Because XMind installation way is very unusual for Linux Systems executable file is in:
/usr/local/xmind/XMind
So we can do a symlink as:
sudo ln -s /usr/local/xmind/XMind /usr/local/bin/xmind
Now if you type on terminal “xmind” command it works!!!