arsus5478@lemmy.ml to Linux@lemmy.ml · 2 days 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-square12linkfedilinkarrow-up115file-text
arrow-up115message-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 · 2 days agomessage-square12linkfedilinkfile-text
minus-squareGravitywell@sh.itjust.workslinkfedilinkarrow-up1·2 days 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-up1·2 days 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.