Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu extract rar

# install unrar
sudo apt-get install unrar

# extract the file
unrar e filename.rar
Comment

how to extract rar file in ubuntu

 sudo apt-get install unrar. Or.
$ sudo apt install unrar. ...
unrar e filename.rar
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: linux view running jobs 
Shell :: git ignore clear 
Shell :: git stash show files changed 
Shell :: tor mac command line 
Shell :: check all the ports in use mac 
Shell :: TypeError: lookups.flatMap is not a function 
Shell :: cdo mean of multiple files 
Shell :: print first lines of file linux 
Shell :: delete all local branches webstorm 
Shell :: clear ram cache linux 
Shell :: ng2-charts 
Shell :: passport deploy to server 
Shell :: Do you Need bash to hack 
Shell :: git push rejected 
Shell :: git edit last commit message 
Shell :: how to view all the history of all your commands in linux 
Shell :: docker alpine create user and group 
Shell :: sqlmap enumerate databases 
Shell :: zsh: command not found: valet 
Shell :: squelize-cli create empty migration 
Shell :: bash comment 
Shell :: rejected master fetch first 
Shell :: bash try catch 
Shell :: starting jenkins in ubuntu 
Shell :: access docker ubuntu terminal 
Shell :: linux change hostname 
Shell :: create ubuntu 20.04 with azure cli 
Shell :: grep empty lines in a file 
Shell :: see what user a process is running as 
Shell :: change root password for kali 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =