Difference between revisions of "Switching Branches/fa"
Views
Actions
Namespaces
Variants
Tools
(Created page with "لطفاً برای اطلاعاتی مهم درباره تعمیر و نگهداری به بخش تعمیر و نگهداری سیستم مراجعه...") |
|||
Line 4: | Line 4: | ||
{{BoxInfo|توجه|بستههای که ویژه برای مانجارو ساختهشده که از ''شاخه آزمایشی'' یا ''شاخه ناپایدار'' بارگیری و نصب شدهاند، طبیعتاً کاملاً آزمایش نشدهاند و ممکن است ناپایدار باشند. | {{BoxInfo|توجه|بستههای که ویژه برای مانجارو ساختهشده که از ''شاخه آزمایشی'' یا ''شاخه ناپایدار'' بارگیری و نصب شدهاند، طبیعتاً کاملاً آزمایش نشدهاند و ممکن است ناپایدار باشند. | ||
لطفاً برای اطلاعاتی مهم درباره تعمیر و نگهداری به بخش [[System Maintenance|تعمیر و نگهداری سیستم]] مراجعه کنید.}} | |||
'''Summing up''', Manjaro packages start their lives in the ''unstable'' branch. Once they are a deemed 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''', Manjaro packages start their lives in the ''unstable'' branch. Once they are a deemed 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. |
Revision as of 09:29, 14 April 2022
بررسی اجمالی
Summing up, Manjaro packages start their lives in the unstable branch. Once they are a deemed 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.
Changing to another branch
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 or 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