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

Linux

48323 readers
807 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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 11 months 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.

[–] [email protected] 3 points 11 months ago (1 children)

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

[–] [email protected] 3 points 11 months ago

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.

[–] [email protected] 2 points 11 months ago (1 children)
[–] [email protected] 3 points 11 months ago

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

[–] [email protected] 2 points 11 months ago (1 children)

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

[–] [email protected] 1 points 11 months ago (1 children)

Could have fooled me, because it's certainly the default for things like brew, flatpak, mpm, and pip. Looks like npm and maven use it on certain Debian based distros as well. I'm betting more of the immutable distros use that directory as well vs something in /var/cache.

[–] [email protected] 1 points 11 months ago

Ah, sorry, I thought about system package managers like apt, dnf, zypper etc.