Chinaunix首页 | 论坛 | 博客
  • 博客访问: 516795
  • 博文数量: 47
  • 博客积分: 1045
  • 博客等级: 准尉
  • 技术积分: 663
  • 用 户 组: 普通用户
  • 注册时间: 2012-02-09 09:27
文章存档

2012年(47)

分类: LINUX

2012-02-20 17:04:12

apt-rpm的套件可以在这找你OSArch的版本


CentOS 5i386的版本为例

wget apt-0.5.15lorg3.94a-4.el5.rf.i386.rpm

安装套件

rpm -Uvh apt-0.5.15lorg3.94a-4.el5.rf.i386.rpm

然后去改一下 sources.list

cp /etc/apt/sources.list.d/os.list /etc/apt/sources.list

vi /etc/apt/sources.list

 

  

repomd ftp://ftp.isu.edu.tw/pub/Linux/CentOS $(VERSION)/os/$(ARCH)

repomd ftp://ftp.isu.edu.tw/pub/Linux/CentOS $(VERSION)/updates/$(ARCH)

repomd ftp://ftp.isu.edu.tw/pub/Linux/CentOS $(VERSION)/extras/$(ARCH)

repomd ftp://ftp.isu.edu.tw/pub/Linux/CentOS $(VERSION)/fasttrack/$(ARCH)

repomd ftp://ftp.isu.edu.tw/pub/Linux/CentOS $(VERSION)/addons/$(ARCH)

repomd ftp://ftp.isu.edu.tw/pub/Linux/CentOS $(VERSION)/centosplus/$(ARCH)

repomd ftp://ftp.twaren.net/Linux/CentOS $(VERSION)/os/$(ARCH)

repomd ftp://ftp.twaren.net/Linux/CentOS $(VERSION)/updates/$(ARCH)

repomd ftp://ftp.twaren.net/Linux/CentOS $(VERSION)/extras/$(ARCH)

repomd ftp://ftp.twaren.net/Linux/CentOS $(VERSION)/fasttrack/$(ARCH)

repomd ftp://ftp.twaren.net/Linux/CentOS $(VERSION)/addons/$(ARCH)

repomd ftp://ftp.twaren.net/Linux/CentOS $(VERSION)/centosplus/$(ARCH)


安装一下 GPG keys

rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*   ---安装证书

apt-get update

apt-get upgrade


第一次跑可能需要先这样一下

apt-get –fix-broken install

完成!

阅读(114854) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~