当前位置: 技术问答>linux和unix
[急]命令行下如何安装系统默认的软件包
来源: 互联网 发布时间:2015-12-09
本文导语: 在redhat linux enterprise 4AS U2下,没有装图形界面,如何在命令行界面下安装系统默认自带的Apache和mysql、PHP? 高手帮忙啊! | yum install ... | 用Google查一下,这方面的资料还满...
在redhat linux enterprise 4AS U2下,没有装图形界面,如何在命令行界面下安装系统默认自带的Apache和mysql、PHP?
高手帮忙啊!
高手帮忙啊!
|
yum install ...
|
用Google查一下,这方面的资料还满多的!
|
关注。。。
|
yum is a good idea
dolphin87(Dolphin) gave a proper solution,it's easy and fast
or you can use the old school way
mount the software cd(dvd)(or download them from rpmfind)
in rpms dir ,find packages you need
rpm ivh it
and you'll face a lot dependency problems,solve them one by one
personally I use portage on redhat
dolphin87(Dolphin) gave a proper solution,it's easy and fast
or you can use the old school way
mount the software cd(dvd)(or download them from rpmfind)
in rpms dir ,find packages you need
rpm ivh it
and you'll face a lot dependency problems,solve them one by one
personally I use portage on redhat