当前位置: 技术问答>linux和unix
yum install g++时报错
来源: 互联网 发布时间:2016-08-11
本文导语: [root@localhost charles]# yum install g++ Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: ftp.stu.edu.tw * updates: mirror.nus.edu.sg * addons: ftp.twaren.net * extras: data.nicehosting.co.kr Setting up Install Process Parsing p...
[root@localhost charles]# yum install g++
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.stu.edu.tw
* updates: mirror.nus.edu.sg
* addons: ftp.twaren.net
* extras: data.nicehosting.co.kr
Setting up Install Process
Parsing package install arguments
No package g++ available.
Nothing to do
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.stu.edu.tw
* updates: mirror.nus.edu.sg
* addons: ftp.twaren.net
* extras: data.nicehosting.co.kr
Setting up Install Process
Parsing package install arguments
No package g++ available.
Nothing to do
|
yum -y install gcc-c++ libstdc++-devel