System Maintenance
From Manjaro
Views
Actions
Namespaces
Variants
Tools
Revision as of 10:01, 9 March 2018 by imported>Fhdk
General Recommendation
Partial updates/upgrades are unsupported
So the general recommendation when updating and installing packages - as to prevent partial updates/upgrades - is as follows:
- Do not make temporary branch changes and mix in packages from other branches. It is - we believe - one cause of partial updates which can break systems.
- Do a full system update after changing branch or updating your mirrorlist
sudo pacman -Syyu
- When you install a package update your system
sudo pacman -Syu some-package-name
- The use of pacman downgrade option is discouraged as it might not solve an issue but could cause other issues.