Cannot remove file from Trash Bin in Ubuntu 14.04. If Ubuntu is unable to delete files/folders in the Trash Bin, how to empty Trash from Terminal in Ubuntu 14.04. How to fix Ubuntu 14.04 trash won’t empty.
Many times, when you right click on the trash icon and select Empty Trash option, it gets stuck and results in a frozen Nautilus File manager. Luckily, there is a solution for this.
Open a terminal and run the following command:
sudo rm -rf ~/.local/share/Trash/*
Please be careful while you type the command. The command can prove fatal for your system if used wrong. Remember that you are using the remove command with super user privileges.
The above command is a useful Terminal command to delete the files in Trash Bin.