Sometimes you might face a problem where you can’t delete files in the Trash (due to permission issues), I solved this problem by doing the following:
- Go to directory “.local/share/Trash/” by typing “cd .local/share/Trash”
- Execute this command: “sudo rm -rf file_name“