Answers for "how to unzip rar file on linux"

4

how to extract rar file in ubuntu

sudo apt-get install unrar. Or.
$ sudo apt install unrar. ...
unrar e filename.rar
Posted by: Guest on September-12-2020
1

ubuntu extract rar file

// first download unrar
sudo apt install unrar
// after the unrar installed you can unrar your file with this command
unrar e filename.rar
// and the next command if you wont your file with the orginal directory
unrar x filename.rar
Posted by: Guest on July-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language