# install unrar
sudo apt-get install unrar
# extract the file
unrar e filename.rar
sudo apt-get install unrar. Or.
$ sudo apt install unrar. ...
unrar e filename.rar
// first download unrar
sudo apt install unrar
// after the unrar installed you can unrar your file with this command
unrar e filename.rar
// and the next command if you wont your file with the orginal directory
unrar x filename.rar
unrar x <file.rar>