10.10, ZIP

Asked by peter

Hello

How can I unzip (extract) the following file: Joomla_1.5.22-Stable-Full_Package.zip?

Thanks in advance.
Peter

Question information

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

in terminal:

cd /path/to/folder; unzip ./Joomla_1.5.22-Stable-Full_Package.zip

obviously change /path/to/folder with the actual location of the file.

Revision history for this message
peter (peter-neuweiler) said :
#2

Thanks actionparsnip.