Chinaunix首页 | 论坛 | 博客
  • 博客访问: 247816
  • 博文数量: 90
  • 博客积分: 2775
  • 博客等级: 少校
  • 技术积分: 645
  • 用 户 组: 普通用户
  • 注册时间: 2009-06-13 17:04
文章分类

全部博文(90)

文章存档

2015年(30)

2013年(4)

2012年(4)

2011年(12)

2010年(4)

2009年(36)

我的朋友

分类: LINUX

2011-04-03 20:41:33

install network test on fedora.

1.How to fix the “Cannot retrieve repository metadata (repomd.xml)” error in Fedora
  • You need to edit two of your repository files: /etc/yum.repos.d/fedora.repo and /etc/yum.repos.d/fedora-updates.repo. Now un-comment all the lines that start with  the term baseurl and place a comment before all lines that start with mirrorlist. This should be done for both the above files.
  • Now edit your /etc/hosts file and append the following to it's contents: 80.239.156.215 mirrors.fedoraproject.org
    213.129.242.84 mirrors.rpmfusion.org
2.install cu command
   yum install uucp

3. not able to use g++
  yum install gcc-c++

4.need to install yacc
  yum install yacc
5. how to set root user's password
  sudo passwd root
  then input root's passwd.
6.Can't locate ExtUtils/MakeMaker.pm in @INC
    yum install perl-ExtUtils-MakeMaker

7. can't find openssl/md5.h
  yum install openssl-devel

阅读(589) | 评论(0) | 转发(0) |
0

上一篇:realtek8139 driver

下一篇:双绞线制作

给主人留下些什么吧!~~