#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 8 days agoRulesh.itjust.worksimagemessage-square119fedilinkarrow-up1456arrow-down119
arrow-up1437arrow-down1imageRulesh.itjust.works#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 8 days agomessage-square119fedilink
minus-squarekonomi@piefed.blahaj.zonelinkfedilinkEnglisharrow-up45arrow-down1·8 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-up22·8 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·edit-28 days agoI also like topgrade for this.
minus-squaresome_kind_of_guy@lemmy.worldlinkfedilinkarrow-up3·8 days agoOk now that’s pretty good. Can we use this with dist-upgrade/full-upgrade?
minus-squarekonomi@piefed.blahaj.zonelinkfedilinkEnglisharrow-up1·6 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.