minus-squarehoshikarakitaridia@lemmy.worldtoLinux@lemmy.ml•My Linux journey the past 2 dayslinkfedilinkarrow-up0·edit-27 days agoTo 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 linkfedilink
To add to the last point, for an inexperienced user (like me) pacman works almost exactly the same.
Just replace
sudo apt install bananawithsudo pacman -S bananaAnd replace
sudo apt update && sudo apt upgradewithsudo pacman -SyuEdit: apparently the “-y” switch is a bad idea