MattW03@lemmy.ca to linuxmemes@lemmy.worldEnglish · edit-24 months agoManagelemmy.caimagemessage-square142linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageManagelemmy.caMattW03@lemmy.ca to linuxmemes@lemmy.worldEnglish · edit-24 months agomessage-square142linkfedilinkfile-text
minus-squareurl@feddit.frlinkfedilinkEnglisharrow-up0·4 months agoFor me apt is faster only 3 letters
minus-squarertxn@lemmy.worldMlinkfedilinkarrow-up0·4 months agoI mean… that’s not incorrect, but… >>> len("apt update && apt upgrade") 25 >>> len("pacman -Syu") 11
minus-squareirelephant [he/him]@lemmy.dbzer0.comlinkfedilinkarrow-up0·4 months agothat’s why we have alias pac='pacman'
minus-squarethethunderwolf@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up0·3 months agoalias upd="your distro's upgrade command here"
minus-squaresomerandomperson@lemmy.dbzer0.comlinkfedilinkarrow-up0·4 months agoi aliased pp='pacman -S' inspired by vim’s :yy and :dd and etc…
minus-squareozymandias117@lemmy.worldlinkfedilinkEnglisharrow-up0·4 months agoStill longer, but at least just use apt upgrade --update
minus-squareBananaOnionJuice@lemmy.dbzer0.comlinkfedilinkarrow-up0·4 months agoSorry but muscle memory makes me write: apt-get update apt-get upgrade And I’m used to apt complaining about missing repo URL, and then I have to fix it by pointing to archive.debian.org.
minus-squareAneb@lemmy.worldlinkfedilinkarrow-up0·4 months agoIs Yay out of date? “yay -syu” is even shorter
minus-squareStatick@programming.devlinkfedilinkarrow-up0·4 months agoYou don’t even need to do that. You can just type yay
For me apt is faster only 3 letters
Certainly faster than dnf
I mean… that’s not incorrect, but…
that’s why we have
alias pac='pacman'Or just use yay instead
alias upd="your distro's upgrade command here"i aliased
pp='pacman -S'inspired by vim’s
:yyand:ddand etc…Still longer, but at least just use
apt upgrade --updateSorry but muscle memory makes me write:
And I’m used to apt complaining about missing repo URL, and then I have to fix it by pointing to archive.debian.org.
Is Yay out of date? “yay -syu” is even shorter
You don’t even need to do that. You can just type
yay