unzip refers to the utility `unzip` or an action of unzipping.

learn more… | top users | synonyms

0
votes
1answer
19 views

Where do I put java programs (SeleniumRC in my case)

I've downloaded the package. The instruction say to unzip and place in your desired directory. What should that directory be? Nautilus is not letting me paste it into any /opt or /usr folders.
1
vote
0answers
40 views

Ubuntu extracts an EMPTY FOLDER? File Manager Issue

bekepart@bekepart-System-Product-Name:~/Downloads$ unzip cucc.zip -d /home/bekepart/Desktop Archive: cucc.zip creating: /home/bekepart/Desktop/cucc/ creating: /home/bekepart/Desktop/cucc/gyak5/ ...
2
votes
1answer
350 views

Unable to unzip file

trying to unzip a file so im trying the following command Sorry im really quite new to linux btw this is Ubuntu server latest release. user@serverubuntu:~/minecraft/server$ ls rtk.zip ...
16
votes
3answers
1k views

How to list content of all .zip files in a folder and grep for a specific file?

I have 348 zip files and I want to find a file that is in one of the zip files, unzip -l doesn't work with wild cards? How can I list content of all .zip files and grep through the merged list of ...
5
votes
4answers
23k views

how to use sudo command to install .tar.gz? [duplicate]

Possible Duplicate: How to install a .tar.gz (or .tar.bz2) file? I am newbie to ubuntu. I would like someone to explain how to use sudo command to unzip & install .tar.gz file to me.
3
votes
2answers
83 views

Can Ubuntu unzip from inside a dialog?

Windows can unzip files from inside a dialog, which is convenient if files are zipped and you want to unzip. Can Ubuntu do this? If so, how? If not, why not?
3
votes
4answers
30k views

unzip error “End-of-central-directory signature not found”

I try to unzip a zip file, but got an error: $ unzip COCR2_100.zip Archive: COCR2_100.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one ...
14
votes
1answer
22k views

What command do I need to unzip/extract a .tar.gz file?

I received a huge .tar.gz file from a client that contains about 800 mb of image files (when uncompressed.) Our hosting company's ftp is seriously slow, so extracting all the files locally and sending ...