So I created a .rar file on windows and it's password protected, and now I'm uploading it to a server, how can I unrar that file on the server to work with the password protected file.
I guess tar -xzfwon't work
1 Answer
You'll need to install unrar or unrar-free
sudo apt-get install unrar-free
Then:
unrar-free -x -p password file