当前位置: 技术问答>linux和unix
硬盘安装完redhat9.0后,如何再安装其它系统所需的rpm包
来源: 互联网 发布时间:2015-10-16
本文导语: 最近用硬盘安装了redhat9.0,双系统(2000,linux),grub引导。linux光盘镜象在2000的D盘。由于redhat9.0字符模式下显示中文为乱码,于是下了一个zhcon汉化。安装zhcon时出现如下错误: [root@localhost zhcon-0.2-b2]# ./configure loading c...
最近用硬盘安装了redhat9.0,双系统(2000,linux),grub引导。linux光盘镜象在2000的D盘。由于redhat9.0字符模式下显示中文为乱码,于是下了一个zhcon汉化。安装zhcon时出现如下错误:
[root@localhost zhcon-0.2-b2]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
configure script for zhcon -- A fast CJK console for Linux & FreeBSD
Check for programs
checking for mawk... no
checking for gawk... gawk
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
想可能是缺少必要的编译器,由于是硬盘安装,镜象在D盘,请问如何安装,且要装哪几个包,这几个包都在光盘的哪个目录下。
[root@localhost zhcon-0.2-b2]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
configure script for zhcon -- A fast CJK console for Linux & FreeBSD
Check for programs
checking for mawk... no
checking for gawk... gawk
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
想可能是缺少必要的编译器,由于是硬盘安装,镜象在D盘,请问如何安装,且要装哪几个包,这几个包都在光盘的哪个目录下。
|
用rpm命令
rpm -i 路径+文件名
rpm -i 路径+文件名
|
如果知道需要安装什么rpm:
#rpm -ivh *.rpm
or
#system-config-packages
如果不知道,google一下,或者看看makefile,or
#rpm -qf or -qi packagename
#rpm -ivh *.rpm
or
#system-config-packages
如果不知道,google一下,或者看看makefile,or
#rpm -qf or -qi packagename