Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
48
rated 0 times [  48] [ 0]  / answers: 1 / hits: 127477  / 2 Years ago, thu, september 29, 2022, 5:43:33

Please suggest me any particular unnecessary file that I can clean to back everything to normal condition(temporarily). (i.e. any log or archieve or anything ). My var/log has only 40MB and Home directory has 3GB of space(so I believe that's not a problem). Other than that what I can clean up to make space.



[user@host]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_inamivm-lv_root
18G 17G 0 100% /
tmpfs 1.9G 0 1.9G 0% /dev/shm
/dev/sda1 485M 71M 389M 16% /boot

More From » hard-drive

 Answers
4

To clean some packages laying around, run the following:



sudo apt-get autoremove
sudo apt-get clean
sudo apt-get autoclean





If you are in search for a more in depth cleaning, use the Ubuntu Tweak Utility.



Install






The Ubuntu Tweak Stable PPA by Ding Zhou, support Ubuntu 7.10 till 14.04.



sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak


Usage






Click the janitor tab, select what you want to scan, check what you want to delete, and then press the clean button to cleanse your system.



ubuntu-tweak-janitor


[#35578] Thursday, September 29, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
uccase

Total Points: 473
Total Questions: 100
Total Answers: 110

Location: Anguilla
Member since Sun, Jan 29, 2023
1 Year ago
;