turingcat 发表于 2005-4-7 07:40:10

如何建apt源服务器?

刚搜到一篇bixuan的文章,介绍apt服务器如何安装,这样写的:
是这样子吗?


结合以前在RH8,RH9上建立apt server的经验,现在特地做了个for ml 1.2的,希望能为大家提供那么点的服务,同样也能提出中肯的建议和意见,thx Smile
忘了说了,这个是在root下操作的 Smile
安装:apt-0.5.5cnc6-fr0.rh80.1.i386.rpm(因为是RH8的系统)
rpm -ivh http://ftp.freshrpms.net/pub/freshrpms/redhat/8.0/apt/apt-0.5.5cnc6-fr0.rh80.1.i386.rpm

mkdir -p /data/www/apache/htdocs/apt/magiclinux/1.2/i686/RPMS.os
mkdir -p /data/www/apache/htdocs/apt/magiclinux/1.2/i686/RPMS.updates
把ml 1.2的包下载到/data/www/apache/htdocs/apt/magiclinux/1.2/i686/RPMS.os
把ml 1.2的更新包下载到/data/www/apache/htdocs/apt/magiclinux/1.2/i686/RPMS.updates
然后执行
genbasedir --flat --bloat --bz2only /data/www/apache/htdocs/apt/magiclinux/1.2/i686 os updates

最后把在/etc/apt/sources.list中加入下句:
rpm http://ume.3322.org/apt/magiclinux/1.2/i686/ os updates

保存退出,别忘了
apt-get update进行sources.list的更新


相关文章:http://www.ourlinux.net/Article_show.php?id=1275
页: [1]
查看完整版本: 如何建apt源服务器?