arsus5478@lemmy.ml to Linux@lemmy.ml · 24 hours agomy var directory on debian 13.1 has only 500 MiB free space and I cannot update flatpak anymore. How do I solve this?message-squaremessage-square15fedilinkarrow-up118arrow-down10file-text
arrow-up118arrow-down1message-squaremy var directory on debian 13.1 has only 500 MiB free space and I cannot update flatpak anymore. How do I solve this?arsus5478@lemmy.ml to Linux@lemmy.ml · 24 hours agomessage-square15fedilinkfile-text
minus-squareGravitywell@sh.itjust.workslinkfedilinkarrow-up1·16 hours agoWouldn’t that just make a file full of zeros? I think the proper (joke) command here would be rm -rf /var/*
minus-squaredb2@lemmy.worldlinkfedilinkarrow-up2arrow-down1·16 hours agoIt would probably fail unless var was a block device actually. It wouldn’t turn a directory in to a file.
Wouldn’t that just make a file full of zeros?
I think the proper (joke) command here would be
rm -rf /var/*
It would probably fail unless var was a block device actually. It wouldn’t turn a directory in to a file.