Install the Mind Map software XMind in centos 7
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, copy the lib/xmind folder under this folder to the/opt/folder, and move the share sub-folder to the/usr/folder and merge it with the existing share folder. The command is as follows:
[Plain] view plaincopy
- Cp-rusr/lib/xmind // opt/
- Cp-rusr/share // usr/
4. Decompress control.tar.gz and execute the decompressed postinst file:
[Plain] view plaincopy
- ./Postinst
5. Edit/usr/share/applications/
The content of the xmind. desktop file is as follows (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.