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 :: how to view all the history of all your commands in linux 
Shell :: docker run restart always 
Shell :: az command to delete resource group 
Shell :: git delete pushed commit 
Shell :: rdp linux ubuntu 
Shell :: get current commit message git 
Shell :: ettercap sniffing 
Shell :: dbeaver install 
Shell :: update git 
Shell :: mac refresh terminal 
Shell :: ubuntu facial recognition login 
Shell :: git command line see logö 
Shell :: revert back to a commit git 
Shell :: awk trim every nth line 
Shell :: linux install yarn 
Shell :: bash write file 
Shell :: how to kill port in windows 
Shell :: gsap install 
Shell :: revert vs reset vs restore 
Shell :: how to know which shell is specified for linux 
Shell :: view git settings 
Shell :: find folder size in linux 
Shell :: linux install qt5widgets 
Shell :: wget recursive 
Shell :: change root password for kali 
Shell :: install pylatex with dependency 
Shell :: convert all line endings to unix 
Shell :: github how to clone private repo 
Shell :: ls all subdirectories 
Shell :: Please commit your changes or stash them before you merge 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =