|
发表于 2006-10-28 15:30:05
|
显示全部楼层
Post by stchd
to blance:
"比较快的官方源"?!
能不能帮忙列一下在pacman.conf中怎么写,
archlinux用起来挺不错的,就是源太少了,使用的人也不多。
如果国内没有较好的镜像的话,估计过一段时间会没有什么人用的。
看linuxsir.cn发行版讨论区,好象用debian的人多一此,但我用过以后觉得不怎么样,
光一个nvidia显卡和内核的匹配问题就挂了我三个晚上还没搞定!
在archlinux下多简单,pacman -S nvidia就OK!
官方源的目录列表文件在/etc/pacman.d下
你在x下用浏览器一个个访问,快不快感觉一下就知道,我是每个源都试着下载一下,选择了几个对我的网来说最快的几个用,你也可以试试?
下面是我现在的列表:
[php]
#
# /etc/pacman.conf
#
# NOTE: If you find a mirror that is geographically close to you, please
# move it to the top of the server list, so pacman will choose it
# first.
#
# To re-sort your mirror lists by ping/traceroute results, use the
# /usr/bin/sortmirrors script. It requires the "netselect" package.
#
# See the pacman manpage for option directives
#
# GENERAL OPTIONS
#
[options]
LogFile = /var/log/pacman.log
NoUpgrade = etc/passwd etc/group etc/shadow etc/sudoers
NoUpgrade = etc/fstab etc/raidtab etc/ld.so.conf
NoUpgrade = etc/rc.conf etc/rc.local
NoUpgrade = etc/modprobe.conf etc/modules.conf
NoUpgrade = etc/lilo.conf boot/grub/menu.lst
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here.
# - local/custom mirrors can be added here or in separate files
#
#[testing]
#Server = ftp://ftp.archlinux.org/testing/os/i686
[current]
# Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/current
#Server = http://dxmirror.vmmatrix.net/ArchLinux/current/os/i686
Server = http://download.ourlinux.net:81/Linux/ArchLinux/current/os/i686
#Server = ftp://mirror.pacific.net.au/linux/archlinux/current/os/i686
[extra]
# Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/extra
#Server = http://dxmirror.vmmatrix.net/ArchLinux/extra/os/i686
Server = http://download.ourlinux.net:81/Linux/ArchLinux/extra/os/i686
#Server = ftp://mirror.pacific.net.au/linux/archlinux/extra/os/i686
#[unstable]
# Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/unstable
[community]
# Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/community
#Server = http://dxmirror.vmmatrix.net/ArchLinux/community/os/i686
Server = ftp://mirror.pacific.net.au/linux/archlinux/community/os/i686
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
[/php] |
|