unzip

Discussion in 'Installation/Configuration' started by E.L. Hibee, Aug 11, 2006.

  1. E.L. Hibee

    E.L. Hibee New Member

    Hi

    Trying to install an application on my server (SuSe10.1) and the file is a zip file. Any idea how I unzip this file? I have searched the web and all sites I have found say to use the unzip command but this does not work. :confused:

    Cheers
     
  2. falko

    falko Super Moderator ISPConfig Developer

    What's the output of
    Code:
    which unzip
    ?

    If it isn't installed, start
    Code:
    yast
    and search for the appropriate package.
    After you've installed unzip, you can unzip packages like this:
    Code:
    unzip /path/to/zipfile
     

Share This Page