Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

How do I install a .zip file via the command line? [duplicate]

Writer Andrew Mclaughlin

How do I install a .zip file via the command line?

3

2 Answers

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.

Just Double-click the .zip file -> Click Extract-> Select Destination Folder to extract. Its Done.

.zip is a compressed file not an installer.