如何安裝程式? [論壇 - Ubuntu 與工具程式及軟體推薦]
正在瀏覽:
1 名遊客
如何安裝程式? |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員一級
![]() ![]() 註冊日期:
2006/12/7 12:22 所屬群組:
已註冊使用者 等級: 1
HP : 0 / 2
![]() |
在安裝ubuntu 7.04後,
我有一片 microstation 95 for linux 依安裝指示 --------------------------------------- Change directory to the ASUITE95\MS95\LINUX directory on the CD. Become Superuser. Type "./setup" and press <ENTER> or <RETURN> --------------------------------------- 我切換路徑後,鍵入 ./setup, 出現 permission denied, 不死心,上網找資料,又鍵入 ,sudo su, 然後是sudo ./setup,這時出現unable to execute ./setup:permission denied., (快暈倒了). 我是初學者,很想進入linux的世界,只是在linux中安裝程式會不會太難了一點啊! 請前輩幫幫忙!!!
2007/10/5 17:22
|
||||||||||
![]() |
回復: 如何安裝程式? 救命喔!!!!!!!! |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員二級
![]() ![]() 註冊日期:
2005/6/13 21:36 所屬群組:
已註冊使用者 等級: 6
HP : 0 / 133
![]() |
我記得在 Ubuntu 自動掛載光碟會加上 noexec 的參數,會讓光碟上的程式無法執行。
試著先缷載光碟後,再手動掛載光碟 sudo mount -t iso9660 /dev/hdc /media/cdrom0 注意 /dev/hdc 是光碟機的代號,要視情況變更。 然後再依安裝指示切換目錄,執行 sudo ./setup 如果有 sh 上的問題試著改用下面的指令 sudo bash setup
2007/10/5 17:51
|
||||||||||
![]() |
回復: 如何安裝程式? 救命喔!!!!!!!! |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員一級
![]() ![]() 註冊日期:
2006/12/7 12:22 所屬群組:
已註冊使用者 等級: 1
HP : 0 / 2
![]() |
我把 光碟的安裝程式 copy 到 Desktop,
情況如下 鍵入 sudo ./setup 出現 command not found 鍵入 sudo bash setup 出現 cannot execute binary file 還是不行!!! 有其他的方法嗎?或者我的方式不對?
2007/10/5 18:55
|
||||||||||
![]() |
訪客
|
回復: 如何安裝程式? 救命喔!!!!!!!! |
|
---|---|---|
Anon:訪客
|
binary? 該不會是MS的執行檔? 如果是的話用wine啊!! 剛剛又google了一下: (以下的資料夾內容是網上別人po的) > ls -al /image/asuite95/ms95/linux pelle:/image$ ls -la /image/asuite95/ms95/linux insgesamt 5012 dr-xr-xr-x 20 root root 4096 1997-03-19 13:12 . dr-xr-xr-x 3 root root 18 1997-03-19 13:12 .. drwxr-xr-x 7 root root 89 1997-03-19 13:12 config drwxr-xr-x 2 root root 4096 1997-03-19 13:12 data drwxr-xr-x 8 root root 87 1997-03-19 13:12 dgn drwxr-xr-x 2 root root 52 1997-03-19 13:12 edg drwxr-xr-x 3 root root 20 1997-03-19 13:12 help -rwxr-xr-x 1 root root 422 1997-03-17 20:18 igesin -rwxr-xr-x 1 root root 466 1997-03-17 20:18 igesout -rwxr-xr-x 1 root root 179 1997-03-17 20:18 iginbat -rwxr-xr-x 1 root root 180 1997-03-17 20:18 igoutbat drwxr-xr-x 2 root root 4096 1997-03-19 13:12 image drwxr-xr-x 2 root root 4096 1997-03-19 13:12 install -rwxr-xr-x 1 root root 7548 1997-03-17 20:18 keytest drwxr-xr-x 2 root root 4096 1997-03-19 13:12 macros drwxr-xr-x 4 root root 4096 1997-03-19 13:12 material drwxr-xr-x 6 root root 78 1997-03-19 13:12 mdl drwxr-xr-x 2 root root 4096 1997-03-19 13:12 mdlapps drwxr-xr-x 4 root root 36 1997-03-19 13:12 mdlsys drwxr-xr-x 4 root root 27 1997-03-19 13:12 menus -rwxr-xr-x 1 root root 220 1997-03-17 20:18 msbatch.sh -rwxr-xr-x 1 root root 178117 1997-03-17 20:18 mstndig.exe drwxr-xr-x 2 root root 4096 1997-03-19 13:12 plotdrv -rwxr-xr-x 1 root root 688 1997-03-17 20:18 rastlib.rsc -rwxr-xr-x 1 root root 29681 1997-03-17 20:18 readme.txt -rwxr-xr-x 1 root root 44595 1997-03-17 20:18 setup drwxr-xr-x 5 root root 36 1997-03-19 13:12 tables -rwxr-xr-x 1 root root 11604 1997-03-17 20:18 testdig.exe drwxr-xr-x 2 root root 4096 1997-03-19 13:12 ucm -rwxr-xr-x 1 root root 3479992 1997-03-17 20:18 ustation.exe -rwxr-xr-x 1 root root 1307139 1997-03-17 20:18 ustation.rsc drwxr-xr-x 7 root root 72 1997-03-19 13:12 wsmod drwxr-xr-x 11 root root 116 1997-03-19 13:12 wsu 還真的有.exe檔=.= 不過我有個問題,為什麼要裝這麼舊的套件? 搞不好都已經沒有人在維護了,難道沒有其他選擇? 最好找個持續有人維護的套件
2007/10/5 21:05
| b0ee7 0c4bb 5fe32 0e88c
|
|
![]() |
回復: 如何安裝程式? 救命喔!!!!!!!! |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員一級
![]() ![]() 註冊日期:
2006/12/7 12:22 所屬群組:
已註冊使用者 等級: 1
HP : 0 / 2
![]() |
可是 microstation 只有這個版本有 for linux
wine 可以安裝執行 microstation 2004, 但是有很多功能失常,無法使用
2007/10/5 21:44
|
||||||||||
![]() |
訪客
|
回復: 如何安裝程式? 救命喔!!!!!!!! |
|
---|---|---|
Anon:訪客
|
如果要使用這套軟體的話,放棄UNIX吧。
Direct X 和 VBA 要在UNIX上「無誤的模擬」,還有段距離。 作業系統也只是工具平台,不要執著。
2007/10/5 21:53
| 37f67 bc97e 735cf 9a73b
|
|
![]() |
回復: 如何安裝程式? 救命喔!!!!!!!! |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員二級
![]() ![]() 註冊日期:
2005/6/13 21:36 所屬群組:
已註冊使用者 等級: 6
HP : 0 / 133
![]() |
看來 setup 不是一個 shell script,而是一個已經編譯好的執行檔。從錯誤訊息上來看,也不知道到底是缺了什麼。最好對照一下光碟,看看權限上是否一樣。
2007/10/6 9:09
|
||||||||||
![]() |
回復: 如何安裝程式? 救命喔!!!!!!!! |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員一級
![]() ![]() 註冊日期:
2006/12/7 12:22 所屬群組:
已註冊使用者 等級: 1
HP : 0 / 2
![]() |
感謝各位前輩的熱心協助,看來我兩個系統都裝吧!
2007/10/6 10:54
|
||||||||||
![]() |
您可以查看帖子.
您不可發帖.
您不可回覆.
您不可編輯自己的帖子.
您不可刪除自己的帖子.
您不可發起投票調查.
您不可在投票調查中投票.
您不可上傳附件.
您不可不經審核直接發帖.