Ok i just got linux mint installed and i have NO CLUE how in the hell to unrar my stuff like (Monster hunter unite) i tried downloaing WinRAR and it don't work if someone could PLEASE help out this noob on linux
Printable View
Ok i just got linux mint installed and i have NO CLUE how in the hell to unrar my stuff like (Monster hunter unite) i tried downloaing WinRAR and it don't work if someone could PLEASE help out this noob on linux
no shit winrar doesn't work, IT'S FOR WINDOWS !!!
anyway, go into a terminal window, cd into your desktop (can use ls to list directories and files) then type unrar filename or unrar -x file
Yeah thats the one. You have to install unrar. Idk if it is WinRAR but I downloaded winrar. Don't know if thats what I'm using or not but unraring works for me. Its a bitch to find out how to do it though you have to try 50 commands to get something you want.
Anyways, OP go to a terminal window and type the following.
let it install that then typeCode:sudo apt-get install unrar
and then if your file is on the desktop that needs to be unrared type this..Code:cd Desktop
That will unrar the file to the current directory. Might take a while its not as fast as WinRAR on Windows.Code:unrar x filename.rar