|
dos08
初级用户
 
积分 65
发帖 24
注册 2007-12-31
状态 离线
|
『楼 主』:
在DOS下怎么安装软件?
使用 LLM 解释/回答一下
DOS下的软件,是怎么安装的,没安装过怕出错所以想先请教一下大家。有没有什么技巧或者是注意事项什么的。
How are software installed under DOS? I haven't installed one before and am afraid of making mistakes, so I want to ask you all first. Are there any tips or precautions?
|
|
2008-2-3 15:03 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
DOS下的软件几乎不是通过安装方式获得的,一般的情况下,当你需要某个程序了先下载好,放在某目录内,dos下切换到该目录执行.(该目录最好是在fat格式分区上),也可以设置该目录在path变量里.
Last edited by fastslz on 2008-2-3 at 03:17 PM ]
Software under DOS is almost not obtained through the installation method. In general, when you need a certain program, first download it and place it in a certain directory. Switch to this directory under DOS and execute it. (This directory is best on a FAT - formatted partition), and you can also set this directory in the path variable.
Last edited by fastslz on 2008 - 2 - 3 at 03:17 PM ]
|

第一高手 第二高手
我的小站
 |
|
2008-2-3 15:16 |
|
|
AlexZhang
系统支持
            
积分 995
发帖 427
注册 2007-2-8
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
反正不用./configure --prefix=/usr/bin
然后make之类的
一般的是绿色
setup其实只是cp/unzip之类的
直接执行即可
Anyway, you don't need ./configure --prefix=/usr/bin and then make or something like that. Generally, it's green. Setup is actually just like cp/unzip and so on. You can execute it directly.
|
|
2008-2-4 11:05 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
DOS、Windows、Unix(POSIX)下各有不同的“安装”方式,以下列举:
DOS:多数软件直接解压然后进入目录执行即可,少数(例如一些游戏和较大的软件)需要用SETUP或INSTALL命令安装。
WIN:多数软件需要点击SETUP进行安装,少数是绿色软件可以直接解压后运行。
Unix:绝大多数软件需要自己从源代码编译,在命令行下依次输入./configure、make、make install,编译并安装好后才能运行。
顺便说一下,DOS下复制文件应该是copy而不是cp,AlexZhang似乎对POSIX系统用得太熟悉了。
Different "installation" methods exist under DOS, Windows, and Unix (POSIX), as listed below:
For DOS: Most software can be directly unzipped and then executed by entering the directory. A few (such as some games and larger software) need to be installed using the SETUP or INSTALL command.
For WIN: Most software requires clicking SETUP for installation. A few are green software that can be directly unzipped and run.
For Unix: The vast majority of software needs to be compiled from the source code. In the command line, enter./configure, make, make install in sequence, and then it can be run after compilation and installation.
By the way, the command to copy files under DOS should be copy instead of cp. AlexZhang seems to be too familiar with POSIX systems.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2008-2-4 11:34 |
|
|
AlexZhang
系统支持
            
积分 995
发帖 427
注册 2007-2-8
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
貌似我在学校用的都是unix机器...
回来了dos倒是有点不熟悉了,
有些时候在windows下还要用cygwin的说...
对了 POSIX是一种API标准,不完全代表Un*x
It seems that I've been using Unix machines at school...
I'm a bit unfamiliar with DOS when I come back,
And sometimes I still need to use Cygwin under Windows...
By the way, POSIX is an API standard, not entirely representing Un*x
|
|
2008-2-5 11:11 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Originally posted by AlexZhang at 2008-2-5 11:11 AM:
貌似我在学校用的都是unix机器...
回来了dos倒是有点不熟悉了,
有些时候在windows下还要用cygwin的说...
对了 POSIX是一种API标准,不完全代表Un*x
我的学校同样也是Unix机器(还有Mac),每次启动必开几个terminal,但还不至于导致我对DOS和WIN不熟悉。
严格说来,POSIX跟Unix是不属于同一个层次的概念。POSIX是一种系统所用的接口标准,而Un*x系列的操作系统都是以此标准为参照的,各种Unix系列的系统要么完全兼容POSIX,要么几乎兼容POSIX。从你上面“不完全代表Un*x”这种说法来看,也许还存在某种理解上的偏差,因为它们完全不是一个类别上的,完全不存在谁代表谁的问题。与“Unix系统”这种说法相比,“POSIX系统”这种说法是一种更加抽象的概念,是实际OS vs 系统标准的区分。不过,在普通使用上,由于两者在很大程度上在各自的层次上是对应的,因而常常相互使用。
Originally posted by AlexZhang at 2008-2-5 11:11 AM:
It seems that I was using Unix machines at school...
Back home, DOS is a bit unfamiliar,
Sometimes I still need to use cygwin under Windows...
By the way, POSIX is an API standard, not entirely representing Unix
My school also uses Unix machines (and Macs). Every time I start up, I must open several terminals, but it doesn't make me unfamiliar with DOS and WIN.
Strictly speaking, POSIX and Unix are not concepts at the same level. POSIX is an interface standard used by the system, and Unix-like operating systems are all based on this standard. Various Unix-like systems are either fully compatible with POSIX or almost compatible with POSIX. From your above statement "not entirely representing Unix", there may be some deviation in understanding, because they are not in the same category at all, and there is no question of who represents whom. Compared with the term "Unix system", the term "POSIX system" is a more abstract concept, distinguishing the actual OS from the system standard. However, in ordinary use, since the two correspond to each other to a large extent at their respective levels, they are often used interchangeably.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2008-2-5 11:37 |
|
|
AlexZhang
系统支持
            
积分 995
发帖 427
注册 2007-2-8
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
Originally posted by Wengier at 2008-2-5 11:37 AM:
我的学校同样也是Unix机器(还有Mac),每次启动必开几个terminal,但还不至于导致我对DOS和WIN不熟悉。
严格说来,POSIX跟Unix是不属于同一个层次 ...
学校“穷”的要命....
我们在网络中心....用的都是Sun的9x年的服务器....主频超级低,我们一般都是400MHz的...还非得上Solaris10,,,,
穷的没钱买机器....有钱每年开什么“校庆“....
POSIX我刚才去Wikipedia看了看,确实我的理解有问题。
Originally posted by Wengier at 2008-2-5 11:37 AM:
My school also has Unix machines (and Macs). Every time I start up, I have to open several terminals, but it doesn't make me unfamiliar with DOS and WIN.
Strictly speaking, POSIX and Unix are not at the same level...
The school is extremely "poor"....
We are in the network center....using Sun's servers from the 90s....super low clock frequency, we are generally 400MHz...and have to use Solaris 10,,,,
Poor and have no money to buy machines....have money to hold "school anniversaries" every year....
I just went to Wikipedia to check POSIX, and indeed my understanding was wrong.
|
|
2008-2-5 12:20 |
|