archiver
Easily create & extract archives, and compress & decompress files of various formats
How to download and setup archiver
Open terminal and run command
git clone https://github.com/mholt/archiver.git
git clone is used to create a copy or clone of archiver repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with archiver https://github.com/mholt/archiver/archive/master.zip
Or simply clone archiver with SSH
[email protected]:mholt/archiver.git