Answers for "unzip a rar file in linux"

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
0

unzip rar

sudo apt-get install unrar - install the package first if not installed.
sudo unrar e filename.rar
Posted by: Guest on October-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language