supprimer le fichier du terminal ubuntu

//in admin folder must be terminal in as root
for root type
$ sudo su
//to remove file 
//as example

rm -f /usr/bin/node
kepl3r