When I try to extract different archives, files with the extension *.html never unpacked. Files with other extensions of the same archives successfully decompressed. Why is this happening?

I have Ubuntu 9.10 and Unrar 0.0.1.

link|improve this question
3  
not a coding question? superuser? – Robert Dec 18 '10 at 15:18
feedback

migrated from stackoverflow.com Dec 18 '10 at 15:29

This question came from our site for professional and enthusiast programmers.

1 Answer

Your version sounds awfully out of date. Are you sure it's so low? Try updating it with

sudo apt-get install unrar

Or get the latest Linux version at this site:

wget http://www.rarlab.com/rar/rarlinux-4.0.b3.tar.gz
link|improve this answer
feedback

Your Answer

 
or
required, but never shown