Difference between revisions of "Pacman-mirrors/zh-cn"

Created page with "====转换为 unstable 分支,并使用德国的镜像==== 更改系统分支为不稳定(unstable) ,并使用德国(German)的镜像创建一个自定义镜像源。 sud..."
(Created page with "====根据国家和地区,自定义镜像源==== 使用德国(Germany)、法国(France)和奥地利(Austria)的镜像,创建一个定制的镜像源。 sudo pacman-mirror...")
Tags: Mobile web edit Mobile edit
(Created page with "====转换为 unstable 分支,并使用德国的镜像==== 更改系统分支为不稳定(unstable) ,并使用德国(German)的镜像创建一个自定义镜像源。 sud...")
Tags: Mobile web edit Mobile edit
Line 91: Line 91:
  sudo pacman-mirrors --interactive --default && sudo pacman -Syyu
  sudo pacman-mirrors --interactive --default && sudo pacman -Syyu


====Use specific protocols (prioritized)====
====优先使用特定的传输协议====
Rank the current mirror pool using only https and http protocol
仅使用 https http 协议对当前的镜像源进行排序。
  sudo pacman-mirrors --api --protocol https,http && sudo pacman -Syyu
  sudo pacman-mirrors --api --protocol https,http && sudo pacman -Syyu


====Switch branch to unstable and use German mirrors====
====转换为 unstable 分支,并使用德国的镜像====
Change the system branch to unstable and create a custom mirror pool using mirrors from Germany
更改系统分支为不稳定(unstable) ,并使用德国(German)的镜像创建一个自定义镜像源。
  sudo pacman-mirrors --country Germany --api --set-branch unstable && sudo pacman -Syyu
  sudo pacman-mirrors --country Germany --api --set-branch unstable && sudo pacman -Syyu


354

edits