How To easiest way to unrar a file on Ubuntu
  easystem   27 Januari 2018   Tutorial
  1. First i need to run 
    sudo apt-get install unrar 
    to install unrar.

  2. If i want to unpack all files within the .rar files in the same directory

    unrar e -r /home/work/software/myfile.rar

  3. if i want to unpack the files in full path

    unrar x -r /home/work/software/myfile.rar

Tags :

unrar , ubuntu

Bagikan :