sudo pacman -Syu is equivalent to sudo apt-getupdate&& sudo apt-get upgrade, you’d want to run it about once a day to ensure you have all current updates. Pamac should allow you to update everything from a GUI, so you don’t have to worry about that.
Packages get updated a lot in arch. Occasionally a package may push an update with a big that can cause major problems. Often times those bugs are fixed relatively quickly, but if you update too often, you are more likely to update to a package with such bugs.
God I miss apt, why would I not want to run
-Syu
?I use manjaro btw
sudo pacman -Syu
is equivalent tosudo apt-get update && sudo apt-get upgrade
, you’d want to run it about once a day to ensure you have all current updates. Pamac should allow you to update everything from a GUI, so you don’t have to worry about that.Cool that’s what I thought, just confused by the people saying they’ve bricked their systems by doing it!
Packages get updated a lot in arch. Occasionally a package may push an update with a big that can cause major problems. Often times those bugs are fixed relatively quickly, but if you update too often, you are more likely to update to a package with such bugs.
is that an excuse?