ChinaUnix.net
相关文章推荐:

yum在线安装gcc

安装了fedora15, 想使用gcc 于是whereis gcc但是找不到; 于是我就yum install gcc但是出现以下错误: http://linuxdownload.adobe.com/linux/i386/repodata/repomd.xml: [Errno 14] curl#5 - "Couldn't resolve proxy" 尝试其他镜像。 http://linuxdownload.adobe.com/linux/i386/repodata/repomd.xml: [Errno 14] curl#5 - "Couldn't resolve proxy" 尝试其他镜像。 错误:Cannot retrieve repository metadata (repomd.xml) ...

by maoshaqi88 - Linux系统管理 - 2012-08-27 21:34:53 阅读(3006) 回复(5)

相关讨论

我的系统是RHEL 5.4 yum 配置文件没有问题,软件仓库是/mnt/Server,但是在安装gcc时会报下面的错误,请高手指点 [root@hk1 Server]# yum install gcc-c++-4.1.2-46.el5.i386.rpm Loaded plugins: rhnplugin, security This system is not registered with RHN. RHN support will be disabled. Setting up Install Process Examining gcc-c++-4.1.2-46.el5.i386.rpm: gcc-c++-4.1.2-46.el5.i386 Marking gcc-c++-4.1.2-46.el5....

by 莫莫1437 - Linux新手园地 - 2010-03-19 16:12:21 阅读(3783) 回复(3)

我VM虚拟机上安装的fedora core5,以前成功安装gcc,不过老是关联软件包没安装,虽然装好了也费了好大劲,痛苦中。。。。 刚开始学习使用yum,发现使用yum安装可解决关联的问题,安装bmp-mp3时都无问题,但在安装gcc时出现以下错误,还请高手指点,不胜感激 [root@localhost ~]# rpm -q gcc-4.1.1-51.fc5.src.rpm package gcc-4.1.1-51.fc5.src.rpm is not installed [root@localhost ~]# yum install gcc-4.1.1-51.fc5.src.rpm ...

by ybnever - Linux新手园地 - 2007-05-23 00:39:32 阅读(4962) 回复(4)

我在某台机器上安装php-mysql的时候出现错误 -bash-3.2# yum install php-mysql Loading "security" plugin Repository base is listed more than once in the configuration Repository updates is listed more than once in the configuration Repository addons is listed more than once in the configuration Repository extras is listed more than once in the configuration Repository centosplus is listed more than on...

by 346248129 - Linux系统管理 - 2010-12-04 05:32:25 阅读(3807) 回复(5)

Error: Package: glibc-devel-2.5-118.el5_10.2.i386 (update) Requires: glibc = 2.5-118.el5_10.2 Installed: glibc-2.12-1.47.el6.i686 (@anaconda-RedHatEnterpriseLinux-201111171035.i386/6.2) glibc = 2.12-1.47.el6 Available: glibc-2.5-118.i386 (base) glibc = 2.5-118 Available: glibc-2.5-118.el5_10.2.i386 (update) gl...

by p58535860 - Linux新手园地 - 2014-08-27 22:31:59 阅读(2309) 回复(5)

我已经在虚拟机下设置好了conneted mkdir /mnt/dvd 然后将/dev/cdrom 挂载到了/mnt/dvd 下面我该怎么做?

by wade53784 - Shell - 2014-08-19 14:05:25 阅读(5626) 回复(9)

本人小白,用rpm -qa |grep gcc 只能查出已经安装。 但不知道是否两个版本都安装了。 问有什么命令能知道安装gcc是多少位的? 是否32位和64位的都安装了。

by abqqe - Linux新手园地 - 2014-04-24 17:08:26 阅读(970) 回复(2)

在进行yum install tcpdump的时候 ,镜像报错,报错内容 Loaded plugins: fastestmirror, presto Loading mirror speeds from cached hostfile * base: centos.cict.fr * extras: centos.cict.fr * updates: centos.cict.fr http://centos.cict.fr/6.2/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 7 - "couldn't connect to host" Trying other mirror. http://centos.crazyfrogs.org/6.2/os/x86_64/repodata/rep...

by winnercoming - Linux系统管理 - 2013-01-05 23:53:13 阅读(3396) 回复(5)

由于练习,安装puppet. 主机用的是RHEL6.2. KVM,2台虚拟机用的是RHEL6.3,虚拟机最小化安装。主机配的是桥接。主机虚拟机都能通外网。 这是puppet的源了: [puppet] name=puppet baseurl=http://yum.puppetlabs.com/el/6Server/dependencies/x86_64/ gpgcheck=0 enabled=1 [ruby] name=ruby baseurl=http://yum.puppetlabs.com/el/6Server/dependencies/x86_64/ gpgcheck=0 enabled=1 DNS解析正常,网络正常。能ping通: ping y...

by lili00681 - Linux系统管理 - 2012-10-08 18:43:14 阅读(7409) 回复(11)

我想安装vsftpd创建本地yum源,可是安装 vsftpd有依赖问题装不上,甚至连ssh都依赖装不上。我现在想通过直接上网用yum安装,但是我不知道流程。。我听说可以直接指光盘。哪位大哥给我哥yum在线安装的配置流程啊。。(现在用桥接能上外网了)。。。小弟谢谢了。。网上搜的看不懂,

by lzq19840129 - Linux新手园地 - 2012-01-26 19:55:40 阅读(1298) 回复(4)

# yum --exclude=nautilus-sendto groupinstall "GNOME Desktop Environment" "X Window System"报错: loading plugins:fastertmirror,priorities could not retrieve mirrorlist http://mirror.ist.centos.org/?release=5&arch=i386&repo=addons error was [errno 4] IOError error:can not find a valid baseurl for repo:addons 象是安装时需要从网上下载什么东西,但我们公司有PROXY,如果解决这个问题?多谢!

by ftjn - Linux系统管理 - 2010-12-08 09:17:22 阅读(2950) 回复(5)