Ubuntu OS frequently Upgrading take too much disk space

In some VPS case , the disk space is very limited.

while if you frequently upgrade Ubuntu , more and more disk space will be taken.

To solve this, simply run

below command will remove apt used disk, many Linux kernel files are here.

#apt autoremove

this will remove log files

#journalctl --vacuum-time=10d

Leave a Reply