|
发表于 2006-3-24 20:01:30
|
显示全部楼层
Post by njusz
问7楼,我现在是想安装kde,我没有任何图形界面...不用pacman我怎么知道那些包关联啊?
还有哪个tsocks pacman怎么用
你的代理是socks的吗?
- pacman -S tsocks
- man tsocks.conf
复制代码
好像你还不能下??
在pacman.conf中 添加(设你代理的IP为xx.xx.xx.xx:xx,用户名为user ,密码为password)
- XferCommand = /usr/bin/wget --proxy-user=user --proxy-password=password -c
- ProxyServer=xx.xx.xx.xx:xx
复制代码
在shell中
- export http_proxy=xx.xx.xx.xx:xx
复制代码
然后pacman -Syu 看行不,不行的话
把ProxyServer=xx.xx.xx.xx:xx注释掉试试看 |
|