-6

Please see the attached image

Anyone help me!

  • 1
    Your HDD seems to be full. Looking at the screenshot i"m afraid that you are going to delete your /boot-partition, that would render your system unbootable. – mook765 May 16 '17 at 16:12
  • Please add some description of your problem into the question body – Anwar May 16 '17 at 17:45

1 Answers1

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