Cleaning Out Temp Folder

  • In a previous thread I was getting some help with updating and doing some spring cleaning first. Once I open a terminal and stop Kodi, what commands do I use in order to clean out the temp files and anything else I need to clean?

    • Official Post

    Normally the temp folder is there for only one thing: temporary files.

    Which files are in your temp folder that requires manual deleting?

    In the SSH session:

    Code
    cd /storage/.kodi/temp
    rm *.*

    EDIT: it seems like the wysiwyg editor hates me... :(

  • I’m not sure. It was a suggestion given to me in order to trouble shoot why my upgrade to krypton keeps stalling at 20% and freezing up. Cleaning out the add-on packages was another suggestion.