archlinux yaourt安装 以及出错细节 database file for "archlinuxfr" does not exist.
            时间:2014-09-24 23:46:07  
            收藏:0  
            阅读:1994
        
        
        archlinux yaourt安装
但一直报错如下:
      :: Synchronizing package databases...
      core is up to date
   extra is up to date
   community is up to date
  error: failed retrieving file ‘archlinuxfr.db‘ from repo.archlinuxcn.org : The requested URL returned error: 404 Not Found
  error: failed to update archlinuxfr (download library error)
找了半天原来还是自己的配置出错了,红色细节如下:
   最简单安装Yaourt的方式是添加Yaourt源至您的 /etc/pacman.conf:
  [archlinuxcn]
  #The Chinese Arch Linux communities packages.
  SigLevel = Optional TrustAll
  Server   = http://repo.archlinuxcn.org/$arch    #这里也可以是http://repo.archlinux.fr/$arch 
  同步并安装:
  # pacman -Syu yaourt
红色一定要看清楚,一点都不能错。
            评论(0)