linux 安装思维导图-XMind

1.官网下载

https://www.xmind.net/download/linux/

找到对应32位无法安装。于是找到页面最底部的「Portable Package」版本进行下载,大约153M

# unzip xmind-portable-3.5.2.201504270119.zip

root@kali-PC:~# cd xmind-portable-3.5.2.201504270119/
root@kali-PC:~/xmind-portable-3.5.2.201504270119# ls -l
total 84
drwxr-xr-x 6 root root  4096  5月 14 21:35 Commons
-rw-rw-rw- 1 root root 16879  4月 27 16:34 epl-v10.html
-rw-rw-rw- 1 root root  8675  4月 27 16:34 lgpl-3.0.html
-rw-rw-rw- 1 root root 26539  4月 27 16:34 readme.txt
drwxr-xr-x 5 root root  4096  5月 14 21:35 XMind_Linux
drwxr-xr-x 5 root root  4096  4月 27 16:34 XMind_Linux_64bit
drwxr-xr-x 5 root root  4096  4月 27 16:34 XMind_Mac_OS_X_64bit
drwxr-xr-x 6 root root  4096  4月 27 16:34 XMind_Windows
-rw-rw-rw- 1 root root  3244  4月 27 16:34 xpla.txt
root@kali-PC:~/xmind-portable-3.5.2.201504270119# 
可以看出,这个包里面包含WINDOW、LINUX、MAC OS三个环境的执行文件。

2.给予执行权限

root@kali-PC:~/xmind-portable-3.5.2.201504270119# cd XMind_Linux
root@kali-PC:~/xmind-portable-3.5.2.201504270119/XMind_Linux# chmod 755 XMind

3.运行XMind

root@kali-PC:~/xmind-portable-3.5.2.20150427011/XMind_Linux# ./XMind

Note:为了使用方便,可以做个快捷方式,丢到/usr/bin里,这样就可以在任何窗口执行命令打开软件了。

# vim xmind

xmind文件里写入以下内容

#! /bin/bash
xmind_path=/root/xmind-portable-3.5.2.201504270119/XMind_Linux/
cd $xmind_path
./XMind &

把xmind文件mv到/usr/bin文件夹下,然后给予可执行权限

#chmod u+x /usr/bin/xmind

OK!

评论
热度(2)

© 走过岁月...... | Powered by LOFTER