How do I install a .zip file via the command line?
Asked
Active
Viewed 1.4e+01k times
8
-
It would be helpful if you tell what is what you want to install. – xangua Feb 12 '14 at 02:21
-
You don't. You install programs ( via the software center ). A zip file is a compressed archive of arbitrary data files. – psusi Feb 12 '14 at 04:13
-
funny question :) – Chelseawillrecover Feb 12 '14 at 06:19
2 Answers
10
You cannot install a zip file by itself. First unizip it (unzip yourzipfilename.zip) then navigate to the extracted folder (cd yourzipfilename), then install it's contents using command(s) that are appropriate to the content type.
Shan Valleru
- 301
- 2
- 5
3
Just Double-click the .zip file -> Click Extract-> Select Destination Folder to extract. Its Done.
.zip is a compressed file not an installer.
Deepen
- 4,009
- 4
- 22
- 32