how can I unzip a Zip file in ubuntu 32 bit ?

Asked by bishal mangrati

I have downloaded a Zip file from the net. My O.S is ubuntu 32 and I need to know step by step process to unzip the said file so that I can see the contents in the downloaded zip file. please help.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu file-roller Edit question
Assignee:
No assignee Edit question
Solved by:
Jonathan Richards
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Right click file and select 'extract here' just like ANY other OS. In CLI. Use 'cd' to change to the directory which contains the file and run:

unzip filename.zip

Revision history for this message
Abderraxim (abderraxim) said :
#2

unzip , or tar -xvf

Revision history for this message
Best Jonathan Richards (jnorichards-i) said :
#3

If you only want to see what's in the zip file, you don't have to extract it. For a full listing, go to a command line and type:

unzip -v filename.zip

e.g.
jonathan@Odin:~$ unzip -v bricks.zip
Archive: bricks.zip
 Length Method Size Cmpr Date Time CRC-32 Name
-------- ------ ------- ---- ---------- ----- -------- ----
    3721 Defl:X 888 76% 1998-02-20 18:28 02361974 bricks.inc
    4403 Defl:X 1680 62% 1998-02-20 18:25 b965f8fe bricks.txt
-------- ------- --- -------
    8124 2568 68% 2 files

Revision history for this message
bishal mangrati (bishalmangrati) said :
#4

The answer given did not work out. My problem still persists. I may be provided the thorough step wise procedure to unzip the file to have access into its contents. N.B. my o.s. is ubuntu 32 bit

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

What is the full name of the file (case sensitive) and where is it stored (again, case sensitive)

Thanks