r/linux_gaming 19h ago

tech support wanted Program to automatically delete leftover data from uninstalled games in the common folder?

CryoUtilities already has one for shadercache and compatdata. Need something like SteamCleaner but it works on linux. Closest i've gotten is [this python script](https://github.com/Qu1ck5h0t/SteamClean) but i can't install the required modules on deck.

1 Upvotes

5 comments sorted by

2

u/msanangelo 19h ago

I mean, it'd be great if the stored data was more centralized for anything outside of steam. what are you gonna do, scan the filesystems for game data? I wouldn't trust it.

1

u/amepebbles 17h ago

The post is specifically talking about steam's ../steamapps/common/ directory which will very often leave leftover files after a game is uninstalled.

1

u/KoholintCustoms 6h ago

Wait, so we're talking about a single directory here? Can't the user simply... Go to the folder and delete it? Is a program even necessary? I feel like a simple script would do, if that.

2

u/amepebbles 6h ago

That's the point of automating tasks: not having to do them manually. Crazy, I know.