To add to the last point, for an inexperienced user (like me) pacman works almost exactly the same.
Just replace sudo apt install banana with sudo pacman -S banana
And replace sudo apt update && sudo apt upgrade with sudo pacman -Syu
Edit: apparently the “-y” switch is a bad idea





True