answered
2014-06-13 14:27:34 +0200
Umm, the unzip
binary comes with the system (at least I don't remember installing that separately) so it is as easy as:
unzip your_archive.zip
You can use other options of the unzip package for fine tuning to what you want. You can also use tar
package to untar archives, and I think there are zlib and bzip2 libraries as well so you can do tar xzf
and tar xjf
to unpack .tar.gz and .tar.bz2 archives.
P.S. The File Browser app on Jolla Store claims as one of its features: 'View contents of APK, RPM and ZIP packages', but it can just list you the files, it won't extract the archive.