Announcement

Collapse
No announcement yet.

How do you use unzip

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do you use unzip

    Downloaded a copy of CrossOver which is in a zip file. Downloaded and install unzip but don't understand how to use it. Anyone know? Thanks.

    #2
    Re: How do you use unzip

    The easiest way is to use frontends:

    XArchive - a gtk2.0 front-end for various command line archivers.
    Currently there are bash shell wrappers for:

    tar using tar, bzip2, gzip, and compress

    rar using rar, or unrar(unrar only cannot modify rar’s)

    zip using unzip, zipinfo(from unzip), and zip

    ace using unace (extraction only)

    7zip using 7za from p7zip

    arj using arj

    rpm using rpm and cpio (extract only, use appropriate packing tools
    to modify)

    deb using dpkg-deb from dpkg (extract only, use appropriate tools to
    modify)

    man unzip:
    UNZIP(1) UNZIP(1)

    NAME
    unzip - list, test and extract compressed files in a ZIP archive

    SYNOPSIS
    unzip [-Z] [-cflptTuvz[abjnoqsCKLMVWX$/:]] file[.zip] [file(s) ...]
    [-x xfile(s) ...] [-d exdir]

    DESCRIPTION
    unzip will list, test, or extract files from a ZIP archive, commonly
    found on MS-DOS systems. The default behavior (with no options) is to
    extract into the current directory (and subdirectories below it)
    all
    files from the specified ZIP archive. A companion program, zip(1),
    creates ZIP archives; both programs are compatible with archives cre‐
    ated by PKWARE’s PKZIP and PKUNZIP for MS-DOS, but in many cases the
    program options or default behaviors differ.
    .
    .
    .

    In the konsole (example):
    Code:
    unzip zipper.zip
    Archive: zipper.zip
    creating: OpenOffice Splash/
    creating: OpenOffice Splash/splash/
    inflating: OpenOffice Splash/splash/intro_red.bmp
    inflating: OpenOffice Splash/splash/intro_aqua.bmp
    .
    .
    .

    Links:
    Topic: password protected archives in ark
    http://kubuntuforums.net/forums/inde...opic=3084823.0

    Topic: WinRAR for linux?
    http://kubuntuforums.net/forums/inde...opic=3086498.0

    Topic: 7zip (solved)
    http://kubuntuforums.net/forums/inde...opic=3084687.0

    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment

    Working...
    X