Quick answer

Free space without deleting important projects by cleaning package cache, old downloads, and temporary build files carefully.

Clean Cache is meant for quick troubleshooting from an Android phone, especially when the terminal output is confusing.

For Clean Cache, focus on files, paths, storage and backups and use the output to decide the next small fix instead of reinstalling everything.

What to check

Copyable command

For Clean Cache, replace placeholders only when they appear in the command.

df -h
du -h -d 1 ~ | sort -h
apt clean
rm -rf ~/.cache/pip

Read the output

  1. df -h — shows storage usage so you know whether the device is full for Clean Cache.
  2. du -h -d 1 ~ | sort -h — shows storage usage so you know whether the device is full for Clean Cache.
  3. apt clean — checks the part of the files, paths, storage and backups workflow that usually causes this issue for Clean Cache.
  4. rm -rf ~/.cache/pip — checks the part of the files, paths, storage and backups workflow that usually causes this issue for Clean Cache.

Fix in a safe order

  1. Keep screenshots or copied terminal text for Clean Cache; they make paid help faster if you need it.
  2. Save the Clean Cache output before editing files.
  3. Change one thing at a time while testing Clean Cache.

Common mistakes

Guide did not solve it?

If clean cache the file path still does not make sense, send a screenshot of pwd, ls, and the error through the Store.

Open Store / Get Help

Related Assistance pages