#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 14 days agoRulesh.itjust.worksimagemessage-square113linkfedilinkarrow-up1465arrow-down118
arrow-up1447arrow-down1imageRulesh.itjust.works#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 14 days agomessage-square113linkfedilink
minus-squarekonomi@piefed.blahaj.zonelinkfedilinkEnglisharrow-up47arrow-down1·14 days agoI’ll keep making Debian users aware that they can do it all in one command since Trixie. sudo apt --update --autoremove --with-new-pkgs upgrade
minus-squareantianarchist@sopuli.xyzlinkfedilinkarrow-up23·14 days agoFirst they changed apt-get to apt. Now this. I can’t keep up with all the sudden changes.
minus-squareRandom Dent@lemmy.mllinkfedilinkEnglisharrow-up4·14 days agoI also like topgrade for this.
minus-squaresome_kind_of_guy@lemmy.worldlinkfedilinkarrow-up3·14 days agoOk now that’s pretty good. Can we use this with dist-upgrade/full-upgrade?
minus-squarekonomi@piefed.blahaj.zonelinkfedilinkEnglisharrow-up1·12 days agoYes, you don’t need --with-new-pkgs if you use full-upgrade instead of upgrade.
I’ll keep making Debian users aware that they can do it all in one command since Trixie.
sudo apt --update --autoremove --with-new-pkgs upgradeFirst they changed apt-get to apt. Now this.
I can’t keep up with all the sudden changes.
I love you. Thanks for sharing 😌
I also like topgrade for this.
Ok now that’s pretty good. Can we use this with dist-upgrade/full-upgrade?
Yes, you don’t need
--with-new-pkgsif you usefull-upgradeinstead ofupgrade.