M HYPE SPLASH
// updates

Fail to extract rar archive

By Sarah Scott

I have a .rar archive. I can open it using Archive Manager. Files are ready to view individually. But it cant extract all of the files inside the archive. The archive consists of a hierarchy of directories which contain some text files along with some video files. Archive Manager can only extract the text file in the last folder, neglecting all of the other files and also the video files inside the last folder. When I extract every folder separately, some of them get extracted correctly, but some others don't get extracted.

1 Answer

You can do this in terminal with unrar, it can help. For more info refer to page.

  1. Install sudo apt-get install unrar

  2. If you want to extract all files within the '.rar' file in the current directory run below command (in terminal as well)

    unrar e /path/to/file.rar

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy