Anyone help me!
Asked
Active
Viewed 456 times
1 Answers
0
To free up space from several locations use the following commands:
To clean the apt cache
sudo apt-get clean
To clean up old kernels
sudo apt-get autoremove --purge
To remove packages and dependencies that are not required anymore by the ubuntu system:
sudo apt-get autoremove
you can also use softwares like BleachBit find it here BleachBit
Shakti Phartiyal
- 558