npcomet 发表于 2006-5-23 21:48:15

MagicLinux的apt源列表(2006-8-19)更新

源列表

官方(网通):
http://apt.magiclinux.org
(也可以用http://218.56.161.13/)


maihaohui(广东省佛山市电信):
http://apt.ml.maihaohui.com/stable/


auvtech.com(北京市):
http://auvtech.com/~xinzhen/downloads/apt/
或者URL
http://softswitch.com.cn/~xinzhen/downloads/apt/


四川省成都信息工程学院-三叶草小组(教育网):
http://cuit.lcuc.org
注:有人反映电信的也比较快,在电信的用户可以试一试。

其他的请大家跟贴说明

推荐使用 smart 进行更新。
另: smart 版本已经升级,请大家更新,同时加入了成都信息工程学院的源。
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=157732

其他各个高校的源会陆续得到搭建起来
Linux Campus Union of China作为公社在高校中的组织者期待各个高校的加入。

ps:现在只有ip而没有域名的源可以发站内信件给我,我们为大家提供域名。


















如何在apt和Smart中使用源,heyuqi兄提供。



相关源的设置如下( 请复制以下脚本,并粘贴到终端中, 以下操作均需要使用 root 用户执行 ):

1. APT 配置设置:


cat << END > /etc/apt/sources.list.d/magic.list
# Name: aptrpms
# URL: http://auvtech.com/~xinzhen/downloads/apt/
#      http://apt.magiclinux.org
#      http://cuit.lcuc.org

### MagicLinux
rpm http://auvtech.com/~xinzhen/downloads/apt/ magic-2-0-g12 os updates
rpm http://apt.magiclinux.org/ magiclinux os updates
rpm http://cuit.lcuc.org/ magiclinux os updates
rpm-src http://auvtech.com/~xinzhen/downloads/apt/ magic-2-0-g12 updates
rpm-src http://apt.magiclinux.org/ magiclinux os updates
rpm-src http://cuit.lcuc.org/ magiclinux os updates

### Gnome2.12 for MagicLinux
rpm http://auvtech.com/~xinzhen/downloads/apt/ magic-2-0-g12 gnome extras
rpm-src http://auvtech.com/~xinzhen/downloads/apt/ magic-2-0-g12 gnome extras

# 注意:由于 KDE 与 GNOME 的版本更新并不同步,以下仓库中的依赖性可能会导致 GNOME 2.12 无法安装。
# 对于使用 GNOME 的用户,建议禁用以下几个仓库。
# rpm http://apt.magiclinux.org/ magiclinux gnome extras
# rpm http://cuit.lcuc.org/ magiclinux gnome extras
# rpm-src http://apt.magiclinux.org/ magiclinux gnome extras
# rpm-src http://cuit.lcuc.org/ magiclinux gnome extras

### Gnome2.10 for MagicLinux
# rpm http://auvtech.com/~xinzhen/downloads/apt/ magic-2-0 gnome extras
# rpm-src http://auvtech.com/~xinzhen/downloads/apt/ magic-2-0 gnome extras
# rpm http://apt.magiclinux.org/ magic-2-0 gnome extras
# rpm http://cuit.lcuc.org/ magic-2-0 gnome extras
# rpm-src http://apt.magiclinux.org/ magic-2-0 gnome extras
# rpm-src http://cuit.lcuc.org/ magic-2-0 gnome extras


END

或者下载我上传的配置文件 magic.list( 因为上传限制改名为 magic.list.txt ) 放到 /etc/apt/sources.list.d/ 目录中


2. SmartPackageManager(智能包管理器) 的设置:


cat << END > rebuild-smart-channels.sh
#!/bin/bash
# Usage : This script will rebuild the channels of the smart package manager.

smart channel --remove-all -y

smart channel --add [email protected] type=apt-rpm \
        name="Magic Linux 2.0 APT Os Repository" \
        baseurl=http://apt.magiclinux.org/magiclinux \
        components=os -y
smart channel --add [email protected] type=apt-rpm \
        name="Magic Linux 2.0 APT Os Repository" \
        baseurl=http://cuit.lcuc.org/magiclinux \
        components=os -y
smart channel --add [email protected] type=apt-rpm \
        name="Magic Linux 2.0 APT Os Repository" \
        baseurl=http://auvtech.com/~xinzhen/downloads/apt/magic-2-0-g12 \
        components=os -y

smart channel --add [email protected] type=apt-rpm \
        name="Magic Linux 2.0 APT Updates Repository" \
        baseurl=http://apt.magiclinux.org/magiclinux \
        components=updates -y
smart channel --add [email protected] type=apt-rpm \
        name="Magic Linux 2.0 APT Updates Repository" \
        baseurl=http://cuit.lcuc.org/magiclinux \
        components=updates -y
smart channel --add [email protected] type=apt-rpm \
        name="Magic Linux 2.0 APT Updates Repository" \
        baseurl=http://auvtech.com/~xinzhen/downloads/apt/magic-2-0-g12 \
        components=updates -y

smart channel --add [email protected] type=apt-rpm \
        name="Magic Linux 2.0 APT Gnome Repository" \
        baseurl=http://apt.magiclinux.org/magiclinux \
        components=gnome -y
smart channel --add [email protected] type=apt-rpm \
        name="Magic Linux 2.0 APT Gnome Repository" \
        baseurl=http://cuit.lcuc.org/magiclinux \
        components=gnome -y
smart channel --add [email protected] type=apt-rpm \
        name="Magic Linux 2.0 APT Gnome Repository" \
        baseurl=http://auvtech.com/~xinzhen/downloads/apt/magic-2-0-g12 \
        components=gnome -y

smart channel --add [email protected] type=apt-rpm \
        name="Magic Linux 2.0 APT Extras Repository" \
        baseurl=http://apt.magiclinux.org/magiclinux \
        components=extras -y
smart channel --add [email protected] type=apt-rpm \
        name="Magic Linux 2.0 APT Extras Repository" \
        baseurl=http://cuit.lcuc.org/magiclinux \
        components=extras -y
smart channel --add [email protected] type=apt-rpm \
        name="Magic Linux 2.0 APT Extras Repository" \
        baseurl=http://auvtech.com/~xinzhen/downloads/apt/magic-2-0-g12 \
        components=extras -y
       
smart channel --disable [email protected]
smart channel --disable [email protected]
smart channel --disable [email protected]
smart channel --disable [email protected]

smart update

END

或者下载我上传的脚本:rebuild-smart-channels.sh

最后执行脚本,更新 Smart 源。

sh rebuild-smart-channels.sh

















电信用户请看这里
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=152624

dgy18787 发表于 2006-5-23 21:57:49

顶一个,好

npcomet 发表于 2006-5-23 21:58:44

呵呵
这个域名好像出现了点问题

dgy18787 发表于 2006-5-23 22:05:00

顺便问一下
哪个source.list怎么写你哪个教育网的?
帮忙写

ricetons 发表于 2006-5-23 22:34:44

用smart的话,可以设置priority

dgy18787 发表于 2006-5-23 22:41:08


用smart的话,可以设置priority

不明白

npcomet 发表于 2006-5-23 22:44:47

打开source.list
只要把http://apt.magiclinux.org换成http://cuit.lcuc.org 就行了

月下刀客 发表于 2006-5-24 08:12:21

这样的帖应该置顶的,并及时更新。呵呵。

sejishikong 发表于 2006-5-24 08:51:19

apt.magiclinux.org暂时不能访问了,用ip吧218.56.161.13

cheaper 发表于 2006-5-24 10:26:05

这个域名什么时候搞好哦

tsinghan 发表于 2006-5-24 10:53:15

Gonme apt不了

# apt-get install gnome-core
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
gnome-core: Depends: gnome-applets (>= 2.12.2)
            Depends: gnome-volume-manager (>= 1.5.4)
            Depends: gstreamer-plugins
E: Broken packages
#

sejishikong 发表于 2006-5-24 11:01:14

嗯,这个是我仓库的问题,请用smart来做更新,apt-get不行。

tsinghan 发表于 2006-5-24 11:06:57

好我来试衣试

tsinghan 发表于 2006-5-24 11:10:00

不会用smart


:-(:-(:-(:-(:-(:-(:-(

sejishikong 发表于 2006-5-24 11:39:24

智能包管理器啊。有图形界面的。
命令行几乎和apt-get一样的。
页: [1] 2 3 4
查看完整版本: MagicLinux的apt源列表(2006-8-19)更新