Extracting rar files under linux

Hi,

I cann’t open .rar files. Could you help me?

Thanks

t

You would need to install a unrar package first:

On Debian or Ubuntu execute:
$ sudo apt install unrar

Once done simply open your terminal and execute:

$ unrar x /path/to/your/file.rar

and you are done…

Lubos