Difference between revisions of "Translations:System Maintenance/23/en"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Importing a new version from external source) |
(No difference)
|
Revision as of 18:53, 7 September 2021
- Always ensure your system is fully up-to-date before installing software.
- Don't downgrade packages, this will always result in a partial update scenario.
- Avoid using
pacman -Sy
orpacman -Syy
. Instead update your database and packages at the same time withpacman -Syu
or in case of change in mirrorlistpacman -Syyu
- Don't add packages to pacman's or pamac's ignore list.
- If you just want to check to see what updates are available use the command
checkupdates
. It provides a safe way to check for upgrades to installed packages without running a system update at the same time. - When switching branches or switching mirrors always use
pamac update --force-refresh
orpacman -Syyu
to ensure that the databases for your new mirrors are being used.