this post was submitted on 15 Jul 2024
376 points (96.8% liked)
linuxmemes
20880 readers
4 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Try removing any unused language packs! I've heard that the French one takes up allot of space, remove it with
sudo rm -rf /
/s
You mean the Rfench one?
you messed up
sudo rm -fr /*
no /s, this actually works
/s
You joke, but I actually did remove locales with BleachBit, and then changed
pacman.conf
to skip the unnecessary ones. Saved me about 400MB!BleachBit? Wipe with a cloth?
Bleachbit
Thank you, I was making a tongue in cheek reference to this though: https://www.bleachbit.org/cloth-or-something
LMAO I was unaware of this! That's hilarious!
Nono,
-rf
deletes all your files. Usesudo rm -fr /*
instead to actually delete the French language pack!also /s
edit: someone already made the joke, darn