I have installed unrar as:
sudo apt-get install unrar
I have a "html.rar" file.Now i am trying to extract using command :
unrar x html.rar
But it shows an error as given below:
html.rar is not RAR archive
No files to extract
How to overcome from such problem ?
file html.rar
? – Hi-Angel Dec 22 '15 at 17:25unrar t file.rar
or rar is password protected
unrar e -pYOURPASS file.rar
– Achu Dec 22 '15 at 17:28file html.rar
– Hi-Angel Dec 22 '15 at 17:30unrar t html.rar
– Achu Dec 22 '15 at 17:31