how to delete files in linux terminal
open up your terminal
rm [file] where [file] is the path to the file you need to delete
[source]