Manjaro Difference between revisions of "Switching Branches"

Difference between revisions of "Switching Branches"

From Manjaro
imported>Cscs
m
(Rephrased the paragraphs on testing and unstable - changed boxes)
Line 1: Line 1:
= Overview =
= Overview =


{{warning|Software downloaded and installed from the ''Testing branch'' will, by nature, not have been fully tested, and may be unstable.}}
{{Important|Manjaro packages downloaded and installed from the ''Testing branch'' or ''Unstable branch'' will, by nature, not have been fully tested, and may be unstable.}}
{{warning|Software downloaded and installed from the ''Unstable branch'' may break your system! '''They should therefore only be used by more experienced users and Manjaro testers'''. Less experienced users may wish to switch to the '''Testing''' branch instead.}}


{{Note|Please refer to [[System Maintenance]] Section for important information.}}
{{Important|Please refer to [[System Maintenance]] Section.}}


One of the many features that sets Manjaro apart from other Arch-based distributions is that it uses its own dedicated software branches, rather than relying on those provided by Arch itself. In fact, to ensure continued stability and reliability, Manjaro actually uses three distinct branches:
One of the many features that sets Manjaro apart from other Arch-based distributions is that it uses its own dedicated software branches, rather than relying on those provided by Arch itself. In fact, to ensure continued stability and reliability, Manjaro actually uses three distinct branches:
Line 10: Line 9:
* '''Stable branch''': the packages that come to stable have gone through roughly a couple of weeks testing by the users of the ''Unstable/Testing'' repos, before they get the packages. These packages are usually free of any problems.  
* '''Stable branch''': the packages that come to stable have gone through roughly a couple of weeks testing by the users of the ''Unstable/Testing'' repos, before they get the packages. These packages are usually free of any problems.  
* '''Testing branch''': These users are the next line of defense. Being a larger number of users than those using ''Unstable'', they refine the work done prior to them installing the packages with their feedback.
* '''Testing branch''': These users are the next line of defense. Being a larger number of users than those using ''Unstable'', they refine the work done prior to them installing the packages with their feedback.
* '''Unstable branch''': which usually runs inside of 3 days behind Arch package releases & are modified as necessary to suit Manjaro. Those that use ''Unstable'' need to have the skills to get themselves out of trouble when they upgrade into it. They are the Manjaro users who are most likely to need to use such skills. Due to the feedback from the users of the ''Unstable'' repo, most bugs are found & fixed for the rest of Manjaro's users. Although the very latest software will be located here, <u>using the ''unstable branch'' may consequently break your system!</u>
* '''Unstable branch''': is synced several times a day with Arch package releases. Only a subset of Arch packages are modified to suit Manjaro. Those that use ''Unstable'' need to have the skills to get themselves out of trouble when they upgrade into it. They are the Manjaro users who are most likely to need to use such skills. Due to the feedback from the users of the ''Unstable'' repo, most bugs are found & fixed for the rest of Manjaro's users. Although the very latest software will be located here, <u>using the ''unstable branch'' is usually safe but - in rare cases - may cause issues with your system!</u>


'''Summing up''', unstable packages are tested in the ''unstable'' branch. Once they are a bit stable, they are moved to the ''testing'' branch, where more tests will be realized to ensure the package is ready to be submitted to the ''stable'' branch.
'''Summing up''', unstable packages are tested in the ''unstable'' branch. Once they are a bit stable, they are moved to the ''testing'' branch, where more tests will be realized to ensure the package is ready to be submitted to the ''stable'' branch.


{{Note|Please be aware that the ''unstable'' branch comes directly from Arch Linux's stable branch.}}
{{BoxSecondary|Note on unstable branch|Please be aware that the ''unstable'' branch comes directly from Arch Linux's stable branch. So for most usecases these packages are considered stable.}}


== Changing to another branch ==
== Changing to another branch ==
{{tip|Why not become and active part of the Manjaro community by becoming a tester?}}
{{BoxSuccess|Have you considered?|Why not become and active part of the Manjaro community by becoming a tester?}}


In order to access a branch, you need to change your pacman-mirrors configuration.
In order to access a branch, you need to change your pacman-mirrors configuration.

Revision as of 06:14, 1 October 2020

Overview

Info
Manjaro packages downloaded and installed from the Testing branch or Unstable branch will, by nature, not have been fully tested, and may be unstable.



Info
Please refer to System Maintenance Section.


One of the many features that sets Manjaro apart from other Arch-based distributions is that it uses its own dedicated software branches, rather than relying on those provided by Arch itself. In fact, to ensure continued stability and reliability, Manjaro actually uses three distinct branches:

  • Stable branch: the packages that come to stable have gone through roughly a couple of weeks testing by the users of the Unstable/Testing repos, before they get the packages. These packages are usually free of any problems.
  • Testing branch: These users are the next line of defense. Being a larger number of users than those using Unstable, they refine the work done prior to them installing the packages with their feedback.
  • Unstable branch: is synced several times a day with Arch package releases. Only a subset of Arch packages are modified to suit Manjaro. Those that use Unstable need to have the skills to get themselves out of trouble when they upgrade into it. They are the Manjaro users who are most likely to need to use such skills. Due to the feedback from the users of the Unstable repo, most bugs are found & fixed for the rest of Manjaro's users. Although the very latest software will be located here, using the unstable branch is usually safe but - in rare cases - may cause issues with your system!

Summing up, unstable packages are tested in the unstable branch. Once they are a bit stable, they are moved to the testing branch, where more tests will be realized to ensure the package is ready to be submitted to the stable branch.


Note on unstable branch
Please be aware that the unstable branch comes directly from Arch Linux's stable branch. So for most usecases these packages are considered stable.

Changing to another branch

Have you considered?
Why not become and active part of the Manjaro community by becoming a tester?

In order to access a branch, you need to change your pacman-mirrors configuration.

You should substitute the value colored in green (for illustrative purposes only) to one of the following: stable, testing, unstable.

sudo pacman-mirrors --api --set-branch {branch}

After you changed the branch, rebuild the mirrorlist and update your packages:

sudo pacman-mirrors --fasttrack 5 && sudo pacman -Syyu

Questions

How do I go back after changing to one of the testing branches?

Going back to the stable branch is easy. All you have to do is to repeat the above, and use stable as the branch value.

Be aware that after switching to a more stable branch you will receive messages from pacman, informing about newer packages installed than available in the repo. Don't be alarmed as the situation will resolve itself when the packages reaches your current branch.

If for whatever reason you do wish to also 'downgrade' packages while changing branches add an extra u to the pacman command:

sudo pacman -Syyuu


Cookies help us deliver our services. By using our services, you agree to our use of cookies.