Creating RAR Archives
-
4. Creating RAR Files with CLI
Now to Make RAR File on Command Line
First, to look up All Rar Commands simply run:rar
So to Create and Add Files to Archive use this Syntax:
rar a [MYARCHIVE].rar /[PATH2FILE1] /[PATH2FILE2]
Eg. for instance:
rar a test.rar ~/Pictures/mypicture1.jpg ~/Pictures/mypicture2.png
Then to List the newly created RAR File use:
ls . | grep rar
The grep Command refine the output List showing only the Entries matching the Keyword.
-
5. Creating RAR Files with GUI
How to Create RAR Archives with GUI on Debian
So Now I’m truly Happy if this Info could Help you to Install the Software Debian 10 Linux!
Contents