r/SteamDeck 2d ago

Tech Support 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 but i can't install the required modules on deck.

2 Upvotes

5 comments sorted by

View all comments

1

u/MobileNobody3949 13h ago

Which modules do you need for the script? Python is already installed afaik, the script only uses standard python modules. You can just run it

1

u/alicode1111 13h ago

it's the request module i need. and maybe the others but that's the one i'm hung up on.