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

Created page with "====根据国家和地区,自定义镜像源==== 使用德国(Germany)、法国(France)和奥地利(Austria)的镜像,创建一个定制的镜像源。 sudo pacman-mirror..."
(Created page with "====列出可用的国家和地区==== 基于默认的镜像源: pacman-mirrors --country-list")
Tags: Mobile web edit Mobile edit
(Created page with "====根据国家和地区,自定义镜像源==== 使用德国(Germany)、法国(France)和奥地利(Austria)的镜像,创建一个定制的镜像源。 sudo pacman-mirror...")
Tags: Mobile web edit Mobile edit
Line 79: Line 79:
但是!请勿过度限制你自己,因为 pacman-mirrors '''仅会''' 将最新的(up-to-date)镜像写入到你的镜像列表中。
但是!请勿过度限制你自己,因为 pacman-mirrors '''仅会''' 将最新的(up-to-date)镜像写入到你的镜像列表中。


====Customize mirror pool by continent====
====根据世界地理分区,自定义镜像源====
Create a custom mirror pool using mirrors from the continent determined by querying a geolocation service
根据地址查询结果,使用所在大陆的镜像,创建一个定制的镜像源。
  sudo pacman-mirrors --continent && sudo pacman -Syyu
  sudo pacman-mirrors --continent && sudo pacman -Syyu


====Customize mirror pool by countries====
====根据国家和地区,自定义镜像源====
Create a custom mirror pool using mirrors from Germany, France and Austria
使用德国(Germany)、法国(France)和奥地利(Austria)的镜像,创建一个定制的镜像源。
  sudo pacman-mirrors --country Germany,France,Austria && sudo pacman -Syyu
  sudo pacman-mirrors --country Germany,France,Austria && sudo pacman -Syyu


====Customize mirror pool by interactive selection====
====根据互动选取,自定义镜像源====
Create a custom mirror pool using the '''--default''' mirror pool '''--interactive''' will list all available mirrors and procotols in a gui windows allowing to sort the columns and interactively select according to your preferences.
Create a custom mirror pool using the '''--default''' mirror pool '''--interactive''' will list all available mirrors and procotols in a gui windows allowing to sort the columns and interactively select according to your preferences.
  sudo pacman-mirrors --interactive --default && sudo pacman -Syyu
  sudo pacman-mirrors --interactive --default && sudo pacman -Syyu
Line 103: Line 103:
  sudo pacman-mirrors --country Germany --api --set-branch unstable --protocol https && sudo pacman -Syyu
  sudo pacman-mirrors --country Germany --api --set-branch unstable --protocol https && sudo pacman -Syyu


===Reset===
===重置===
You will come to a point where you want to reset to defaults
若把设置重置为默认值,你将会回到原点。


  sudo pacman-mirrors --country all --api --protocols all --set-branch stable && sudo pacman -Syyu
  sudo pacman-mirrors --country all --api --protocols all --set-branch stable && sudo pacman -Syyu
354

edits