求助:专业 软件 olex2 的 安装方法
Tofloor
poster avatar
zx53376876
deepin
2014-01-16 18:07
Author
如题,小弟 对linux 系统 不了解,是个十足的新手加菜鸟 ,就连最基本的软件安装方法都不会,一般的都是到网上去找。但是这个软件是专业的软件,网上没有安装说明,希望有好心人能帮忙指导

软件的下载地址:
http://www.olex2.org/olex2-distro/1.2-beta/

我选择了64位的linux软件(几十M ,不是很大)。
我以前安装过,好象就是改一下什么目录就好了,但是这次我弄了2天了也没有找到哪里改。希望大侠能帮帮忙,把安装的没一步怎么做的告诉我。
注:我在终端 能进入到 这个软件的解压缩好的目录,然后就不知道该在做什么了。谢谢!!!
Reply Favorite View the author
All Replies
zx53376876
deepin
2014-01-16 23:22
#1
求求各位了,谁做点好事,下载了,帮我看看怎么安装!! 谢谢
Reply View the author
electricface
deepin
2014-01-17 00:04
#2
能否将 这个“olex2-linux64.zip ”文件 共享到百度网盘上,这样我下载更快一些。否则要一个小时。十几k的速度很慢。
Reply View the author
electricface
deepin
2014-01-17 02:04
#3
通过尝试,我知道了打开它的方法:
先解压压缩包到一个不含中文的位置 比如 家目录( ~/olex2 ),之后运行 start 这个脚本就足够了。第一次启动的时间非常长,之后启动时间有缩短。
  1. ~/olex2/start
Copy the Code
运行截图DeepinScreenshot20140116175329.png
Reply View the author
zx53376876
deepin
2014-01-18 06:32
#4
xiao@xiao-ThinkPad-X301 ~ $ cd olex2
xiao@xiao-ThinkPad-X301 ~/olex2 $ /start
bash: /start: 没有那个文件或目录
xiao@xiao-ThinkPad-X301 ~/olex2 $
======================================
为什么我不能启动这个start 脚本呢??
还是说我运行脚本的方法有问题?
我就是 先进入 olex2 的文件的目录, 然后 输入 start,结果提示 :bash: /start: 没有那个文件或目录
本人对linux 实在是太菜了,谢谢您的帮助先!
Reply View the author
136******54
deepin
2014-01-18 06:53
#5
少了个点
是 ./start
Reply View the author
electricface
deepin
2014-01-18 06:56
#6
在文件管理器双击打开,然后运行也行的。
Reply View the author
zx53376876
deepin
2014-01-18 07:14
#7
./start  is ok
but 在文件管理器双击打开 does not run the olex2

shu ru fa huai diao le!!!!
Reply View the author
zx53376876
deepin
2014-01-18 07:17
#8
重启好了,谢谢各位。
加个点 就好了。 但是 双击 然后 运行 没有反应。就好像没有点一样。
Reply View the author
electricface
deepin
2014-01-20 17:28
#9
应该是这个脚本写的有些特殊,发现在文件管理器双击start 然后点击运行就有报错
/home/time/olex2/start: 4: /home/time/olex2/start: Bad substitution

发现解决方案了
将 start 文件的第一行改成
  1. #!/bin/bash
Copy the Code
注意不要有空格

我依靠我以前写的一个简易打包脚本,制作了一个64位系统用的 deb,如果可以用的话,欢迎将它推荐给你的同学。
64位系统 deb包
32位系统 deb包
Reply View the author