this post was submitted on 03 Dec 2023
423 points (96.9% liked)

Linux

48668 readers
602 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system

(page 2) 50 comments
sorted by: hot top controversial new old
[–] sunred@discuss.tchncs.de 6 points 1 year ago (1 children)

du -sh ~/.cache/* | sort -h

load more comments (1 replies)
[–] redd@discuss.tchncs.de 4 points 1 year ago (2 children)

Is it safe to clear ~/.cache/mozilla/ while Firefox is running?

[–] Zangoose@lemmy.world 2 points 1 year ago

Maybe not while it's running, but .cache is intended to be temporary files only so expecting files to permanently be there should be treated as a bug

load more comments (1 replies)
[–] possiblylinux127@lemmy.zip 4 points 1 year ago (3 children)

Check which folder is the biggest. I am going to go on a lim and say it probably is being caused by file roller

load more comments (3 replies)
[–] Shape4985@lemmy.ml 4 points 1 year ago (2 children)

Bleachbit is good for clearing up some space

load more comments (2 replies)
[–] HiddenLayer5@lemmy.ml 3 points 1 year ago* (last edited 1 year ago)

I just map both the user cache and the /tmp directory to a RAM drive. I allocated 4 GB but in practice it never gets even close to that much, and Linux seems to not be reserving the entire 4 GB at boot so I would assume how much RAM is used depends on how much is actually in your cache.

It also defers cache and tempfile related problems to turning it off and on again.

[–] just_another_person@lemmy.world 2 points 1 year ago (3 children)

This particular folder caches many things from various package managers. Won't hurt to clear, but will fill up again. Maybe consider not using caches when engaging such things.

[–] ryannathans@aussie.zone 3 points 1 year ago (1 children)

Can hurt to clear, there's a lot more than just package managers using it

It's a cache folder. Created by the distro. They labelled it as such because it's cache, and can be considered ephemeral. It won't do any permanent damage to anything unless you've accidentally been using it for something else.

[–] elbarto777@lemmy.world 2 points 1 year ago (1 children)

Depends on the package manager. Check options for whatever you're running.

[–] bizdelnick@lemmy.ml 2 points 1 year ago (2 children)

Package managers don't use this directory as well as any other subdirectory of user's home.

load more comments (2 replies)
load more comments
view more: ‹ prev next ›