Manjaro Difference between revisions of "Pacman-mirrors"

Difference between revisions of "Pacman-mirrors"

From Manjaro
imported>Fhdk
imported>Fhdk
Line 1,940: Line 1,940:
=== Branch ===
=== Branch ===
Situations could exist, in which you want a not yet released to stable software, which contains a desired improvement or bugfix. For such situations it is possible to make a temporary switch to ''testing'' or ''unstable'' branch
Situations could exist, in which you want a not yet released to stable software, which contains a desired improvement or bugfix. For such situations it is possible to make a temporary switch to ''testing'' or ''unstable'' branch
Switch branch and syncronize


  $ sudo pacman-mirrors --branch testing && sudo pacman -Syy
  $ sudo pacman-mirrors --branch testing && sudo pacman -Syy


Syncronize your pacman database with the new mirror/branch combination and install whatever software needed from that branch.
Install whatever software needed from that branch.


  $ sudo pacman -S some-software-package-you-need
  $ sudo pacman -S some-software-package-you-need


After installation switch back
After installation switch back and syncronize


  $ sudo pacman-mirrors --branch stable && sudo pacman -Syy
  $ sudo pacman-mirrors --branch stable && sudo pacman -Syy
Syncronize
$ sudo pacman -Syy


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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.