LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 742|回复: 5

How to complete install the iso software?

[复制链接]
发表于 2004-3-31 02:17:55 | 显示全部楼层 |阅读模式
I want to install a software for linux with ISO format,first i mount the iso file to a mount point,then i ls to see the file below:

help.tar  install.tar  amI64bit  /ansys  /crack
install     license.txt  animatea.exe  /common  /license
DATA.z      install.lm   readme   animatei.exe  /connect /lsdyna

above,"/"means a file index


how can to run some command to complete the  program installation?


3x!
发表于 2004-3-31 03:52:36 | 显示全部楼层
1. read the readme file. Normally, it will tell you how
2. check the install file. If it is a shell file, you may
just run it. Otherwise, it will be the file to tell you
how to install.
 楼主| 发表于 2004-3-31 10:12:36 | 显示全部楼层
3x for your answer!
1.Readme file has only some the iso contents ,no some installation information!
2.yes ,the install is a Shell 脚本 ,but how can i run it?
is it the "sh"command? want your answer in detail!
 楼主| 发表于 2004-3-31 10:16:19 | 显示全部楼层
now paste the install shell file :

#!/bin/sh

revn=70
ansdir=/ansys_inc/v$revn/ansys
# get ANSYS Product Release Number ( ex: 7.n from 7n)
revn_rl=`echo $revn | sed "s/\(.*\)\(.\)/\1.\2/"`

# Note from GJD: These variables need updated to use some form of $ansdir above
# Set global variables
TOP_DIR="ansys_inc"
ANS_INSTALL_DIR="v${revn}/ansys"
ANS_LVL="v${revn}/ansys"            # "ANSYS level directory" for this release
INST_LINK="/ansys_inc"            # Default symbolic link for ANSYS directory
                                  # installation directory.
MAX_PTH="175"                     # Maximum path name length for install dir.
XRSORFL="ANSYS${revn}"            # ANSYS resource file name.

datatar="DATA.Z"                  # TAR file containing common directories.
helptar="HELP.TAR"
daem_run=0
ansyspicked=0
dynapicked=0
catpicked=0
parapicked=0
propicked=0
satpicked=0
ugpicked=0
ideaspicked=0
ddspicked=0
apeipicked=0
custpicked=0
comppicked=0
inst_opt=0
inst_comp=0
uncompfound=0
SPACPAD=0
FILSER="N"
ISADM="Y"
GUI="Y"
Inst_tmp_size=10
insttar="INSTALL.TAR"
usealtdir=0
altsymlink="y"

#
# Get command line args
for i in $*
...........................
the file is too long,so i only past the heading ,sorry for my foolish!
 楼主| 发表于 2004-4-1 18:40:22 | 显示全部楼层
哪位大牛给个帮助呀,直接输入 install或是点击install都没什么反应,这怎么办?
发表于 2004-4-2 12:40:31 | 显示全部楼层
进入目录后,运行./install
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表