转载:http://www.linuxidc.com/Linux/2012-10/72750.htm
全新以最小化包安装了64位的CentOS6.3系统,作为本地的Web服务器使用,现记录全过程
第二步,配置网易163的yum源
1.
下载repo文件
下载地址:http://mirrors.163.com/.help/CentOS6-Base-163.repo
除了网易之外,国内还有其他不错的yum源,比如中科大和搜狐的,大家可以根据自己需求下载
中科大的yum源:
wget http://centos.ustc.edu.cn/CentOS-Base.repo
sohu的yum源
wget http://mirrors.sohu.com/help/CentOS-Base-sohu.repo
2.
备份并替换系统的repo文件
[root@localhost
~]# cd /etc/yum.repos.d/
[root@localhost
~]# mv CentOS-Base.repo CentOS-Base.repo.bak
[root@localhost
~]# mv /root/CentOS6-Base-163.repo CentOS-Base.repo
3.
执行yum源更新
[root@localhost
~]# yum clean all
[root@localhost
~]# yum makecache
[root@localhost
~]# yum update
4.
到此已结束,用yum安装一下文件,看是否OK
[root@localhost
~]# yum install vim*
5.
安装centos常用的软件包及工具
常见压缩工具 zip unzip bzip2
[root@localhost
~]# yum -y install unzip zip bzip2
bzip2-devel
gcc gcc++编译器
[root@localhost
~]# yum install gcc gcc-c++ -y
cmake编译器
[root@localhost
~]# yum install cmake make -y
图片资源
[root@localhost
~]# yum -y install gd libjpeg libjpeg-devel libpng libpng-devel
freetype-devel
其它常用资源包工具
[root@localhost
~]# yum -y install autoconf bison automake zlib* fiex* libxml* ncurses-devel
libmcrypt* libtool-ltdl-devel*