About 50 results
Open links in new tab
  1. How to clean /tmp? - Ask Ubuntu

    Nov 21, 2013 · 6 The directory /tmp means temporary. This directory stores temporary data. You don't need to delete anything from it, the data contained in it gets deleted automatically after every reboot. …

  2. 12.04 - How to remove temp files with a command other then "apt-get ...

    18 Try the below command to remove temp files, sudo rm -rf /tmp/* apt-get autoremove will remove automatically all unused packages.

  3. How can I delete Ubuntu temp files which are created during software ...

    Jun 11, 2015 · I would try to clean the repository of downloaded packages. Either of these commands (see man apt-get). apt-get autoclean apt-get clean If you don't have /tmp on tmpfs, you may want to …

  4. hard drive - How to clean up unnecessary files - Ask Ubuntu

    Sep 13, 2012 · 4 I have made a python script to clean Debian based Distros. Here is the link : OS Cleaner This sript will clear the : packages that are no longer required Clean up APT cache systemd …

  5. filesystem - How is the /tmp directory cleaned up? - Ask Ubuntu

    Jan 9, 2011 · The default setting that tells your system to clear /tmp at reboot is held in the /etc/default/rcS file. The value we’ll look at is TMPTIME. The current value of TMPTIME=0 says …

  6. command line - How to clean /var/cache? - Ask Ubuntu

    18 The most powerful of all commands to clean the cache for command line users is of course sudo apt clean Which will also delete all the cached files.

  7. Cleaning Ubuntu temporary files if they exist

    Dec 25, 2013 · Linux distributions usually store their temporary files in /tmp. Ubuntu does so too, so the temporary files are in /tmp, but there is no need to empty them manually, because it is emptied on …

  8. how to delete temp files which is created by google chrome in linux ...

    I want clean up cache file or row data which is created by the Google chrome during playing video's form youtube as well as other site task. During cleanup I want to protect my history and cookies.

  9. 18.04 - Where are stored cache, temporary files and all data in Brave ...

    Oct 19, 2018 · But I can't find either cache or temporary files originated when I am using Brave Browser. Can someone help me to find where are stored cache, temporary files and all data in Brave Browser?

  10. Ubuntu remote server: automatically clean up temporary files

    May 5, 2020 · I would like to purge the system from temp files automatically everyday to free space on the disk as much as possible, but ONLY those temp files which are not immediately necessary to run …