Difference between revisions of "Pacman-mirrors"

imported>Fhdk
imported>Fhdk
Line 189: Line 189:
In such a situation, where you have pulled software from another branch, you must be prepared for messages from pacman or pamac about newer packages on the system. These messages can safely be ignored and they dissappear when the installed package(s) reaches stable branch
In such a situation, where you have pulled software from another branch, you must be prepared for messages from pacman or pamac about newer packages on the system. These messages can safely be ignored and they dissappear when the installed package(s) reaches stable branch


===Custom mirrorlist===
===Customizing the mirror pool===
If you, for various reasons, have a preference for specific mirrors, it is possible to create a personal mirrorlist. This is done by supplying ''interactive'' argument.
If you, for various reasons, have a preference for specific mirrors, it is possible to create a personal mirror pool. This is done by supplying ''interactive'' argument.


A more in-depth article is [[Create your own Custom Mirrorlist]]
A more in-depth article is [[Create your own Custom Mirrorlist]]


  $ sudo pacman-mirrors --interactive && sudo pacman -Syy
  $ sudo pacman-mirrors -i && sudo pacman -Syy


Pacman-mirrors will process the available mirrors and present you with a list in which you will select your desired mirrors. The resulting list will be saved to the system and used each time you run pacman-mirrors.
Pacman-mirrors will process the available mirrors and present you with a list in which you will select your desired mirrors. The resulting list will be saved to the system and used each time you run pacman-mirrors.
Line 200: Line 200:
When you want to reset the list to default run
When you want to reset the list to default run


  $ sudo pacman-mirrors --country all && sudo pacman -Syy
  $ sudo pacman-mirrors -call && sudo pacman -Syy


Another way of resetting the custom mirror file is to use --default with --interactive
Another way of resetting the custom mirror file is to use --default with --interactive


  $ sudo pacman-mirrors --interactive --default && sudo pacman -Syy
  $ sudo pacman-mirrors -id && sudo pacman -Syy


You will be presented with a list with all and every mirror and you can pick your selection.
You will be presented with a list with all and every mirror and you can pick your selection.
Anonymous user