Ubuntu has a trash can/recycle bin feature similar to windows. The difference with Ubuntu is that you can empty the trash from the command line.
First you need to open your terminal and type the following command
First you need to open your terminal and type the following command
rm -rf ~/.Trash/*
Note : You probably have files there that can only be erased if you have root privileges.
So, try this code instead:
sudo rm -rf ~/.Trash/*
Enjoy Trashing..
:)


















