ColdWater@lemmy.ca to linuxmemes@lemmy.world · edit-24 months agoGentoo and Debain has the most badass package uninstall syntax everlemmy.caexternal-linkmessage-square18fedilinkarrow-up113arrow-down10
arrow-up113arrow-down1external-linkGentoo and Debain has the most badass package uninstall syntax everlemmy.caColdWater@lemmy.ca to linuxmemes@lemmy.world · edit-24 months agomessage-square18fedilink
minus-squarefl42v@lemmy.mllinkfedilinkarrow-up5·4 months agoI still like pacman’s syntax the most due to it being close to what one expects from a normal cli program. Also, I’m lazy, and pacman -Syu, for example, is way faster to type than apt update && apt upgrade.
minus-squareIapar@feddit.orglinkfedilinkarrow-up1·4 months agoI just alias it to “sysup” on every new system.
minus-squareLucy :3@feddit.orglinkfedilinkarrow-up1·4 months agoSomeone said they found the pacman syntax confusing at the 37c3 arch user meetup yeah that was not well received lol. It’s very clean and I love the categories of actions (Database/Files/Query/Remove/Sync/Deptest/Upgrade) that each support -h individually.
I still like pacman’s syntax the most due to it being close to what one expects from a normal cli program. Also, I’m lazy, and
pacman -Syu
, for example, is way faster to type thanapt update && apt upgrade
.yay
I just alias it to “sysup” on every new system.
Someone said they found the pacman syntax confusing at the 37c3 arch user meetup
yeah that was not well received lol.
It’s very clean and I love the categories of actions (Database/Files/Query/Remove/Sync/Deptest/Upgrade) that each support -h individually.