1. log onto the xmind official website and download the deb installation package: Release
1. log onto the xmind official website, download the deb installation package: http://www.xmind.net/download/linux/
2. decompress the deb package and get two archive files: data.tar.gz and control.tar.gz.
3. decompress data.tar.gz to get a usr folder.Lib/xmindCopy the folder to the/opt/folder, and move the share sub-folder to the/usr/folder to merge with the existing share folder. The command is as follows:
[Plain]View plaincopy
- Cp-r usr/lib/xmind // opt/
- Cp-r usr/share // usr/
4. decompress control.tar.gz and execute the decompressed postinst file:
[Plain]View plaincopy
- ./Postinst
5. edit/usr/share/applications/
Xmind.The desktop file contains the following content (only Exec and Icon are modified ):
[Plain]View plaincopy
- Vim/usr/share/applications/xmind. desktop
6. you can see the XMind icon in the Start menu, and click it to complete the installation.