Answers for "how to extract rar file in ubuntu"

3

ubuntu extract rar

# install unrar
sudo apt-get install unrar

# extract the file
unrar e filename.rar
Posted by: Guest on August-19-2021
3

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
0

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