Stomata@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 2 months agoI still like this memesh.itjust.worksimagemessage-square217linkfedilinkarrow-up11.51Karrow-down127
arrow-up11.48Karrow-down1imageI still like this memesh.itjust.worksStomata@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 2 months agomessage-square217linkfedilink
minus-squareSuccessful_Try543@feddit.orglinkfedilinkarrow-up3·edit-22 months agoYou can then either ‘install’ them with apt, which does essentially only mark installed packags as manually installed or use e.g. synaptic for that.
minus-squarefallingcats@discuss.tchncs.delinkfedilinkarrow-up2·2 months agoYeah but you’d need to do it for *everything* that’s affected, which is a lot.
minus-squareSuccessful_Try543@feddit.orglinkfedilinkarrow-up1·edit-22 months agoNot every package, but some of them. The remaining are dependencies. Essentially, one can (iteratively) copy paste the output list of apt autoremove into apt install until apt autoremove doesn’t want to uninstall packages one intends to keep.
You can then either ‘install’ them with
apt
, which does essentially only mark installed packags as manually installed or use e.g. synaptic for that.Yeah but you’d need to do it for *everything* that’s affected, which is a lot.
Not every package, but some of them. The remaining are dependencies. Essentially, one can (iteratively) copy paste the output list of
apt autoremove
intoapt install
untilapt autoremove
doesn’t want to uninstall packages one intends to keep.