source: general/sysutils/unzip.xml@ 1039de3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1039de3 was 1039de3, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5831 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY unzip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz">
8 <!ENTITY unzip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz">
9 <!ENTITY unzip-md5sum "9d23919999d6eac9217d1f41472034a9">
10 <!ENTITY unzip-size "1.1 MB">
11 <!ENTITY unzip-buildsize "7.2 MB">
12 <!ENTITY unzip-time "0.1 SBU">
13]>
14
15<sect1 id="unzip" xreflabel="UnZip-&unzip-version;">
16 <?dbhtml filename="unzip.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">unzip-&unzip-version;.tar</keyword>
23 <keyword role="ftpdir">unzip</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>UnZip-&unzip-version;</title>
28
29 <indexterm zone="unzip">
30 <primary sortas="a-UnZip">UnZip</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to UnZip</title>
35
36 <para>The <application>UnZip</application> package contains
37 <filename>ZIP</filename> extraction utilities. These are useful for
38 extracting files from <filename>ZIP</filename> archives.
39 <filename>ZIP</filename> archives are created with
40 <application>PKZIP</application> or <application>Info-ZIP</application>
41 utilities, primarily in a DOS environment.</para>
42
43 <caution>
44 <para>The <application>UnZip</application> package has some locale
45 related issues. For a full explanation of the issues and some possible
46 solutions, see the <xref linkend="locale-unzip"/> section of the
47 <xref linkend="locale-issues"/>.</para>
48 </caution>
49
50 <bridgehead renderas="sect3">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
52 <listitem>
53 <para>Download (HTTP): <ulink url="&unzip-download-http;"/></para>
54 </listitem>
55 <listitem>
56 <para>Download (FTP): <ulink url="&unzip-download-ftp;"/></para>
57 </listitem>
58 <listitem>
59 <para>Download MD5 sum: &unzip-md5sum;</para>
60 </listitem>
61 <listitem>
62 <para>Download size: &unzip-size;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated disk space required: &unzip-buildsize;</para>
66 </listitem>
67 <listitem>
68 <para>Estimated build time: &unzip-time;</para>
69 </listitem>
70 </itemizedlist>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/unzip"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of UnZip</title>
79
80 <para>Install <application>UnZip</application> by running the following
81 commands:</para>
82
83<screen><userinput>make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux</userinput></screen>
84
85 <para>To test the results, issue: <command>LD_LIBRARY_PATH=$PWD
86 make check</command>.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make prefix=/usr install</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <para><parameter>linux</parameter>:
98 This target in the <filename>Makefile</filename> makes assumptions
99 that are useful for a Linux system when compiling the executables.
100 To obtain alternatives to this target, use <command>make list</command></para>
101
102 <para><parameter>LOCAL_UNZIP=...</parameter>:
103 This sets the compilation flags to allow <application>UnZip</application>
104 to handle files upto 4 GB.</para>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Library</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>funzip, unzip, unzipfsx, zipgrep, and zipinfo</seg>
118 <seg>libunzip.so</seg>
119 <seg>None</seg>
120 </seglistitem>
121 </segmentedlist>
122
123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
127
128 <varlistentry id="funzip">
129 <term><command>funzip</command></term>
130 <listitem>
131 <para>allows the output of <command>unzip</command> commands to be
132 redirected.</para>
133 <indexterm zone="unzip funzip">
134 <primary sortas="b-funzip">funzip</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 <varlistentry id="unzip-prog">
140 <term><command>unzip</command></term>
141 <listitem>
142 <para>lists, tests or extracts files from a <filename>ZIP</filename>
143 archive.</para>
144 <indexterm zone="unzip unzip-prog">
145 <primary sortas="b-unzip">unzip</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="unzipfsx">
151 <term><command>unzipfsx</command></term>
152 <listitem>
153 <para>is a self-extracting stub that can be prepended to a
154 <filename>ZIP</filename> archive. Files in this format allow the
155 recipient to decompress the archive without installing
156 <application>UnZip</application>.</para>
157 <indexterm zone="unzip unzipfsx">
158 <primary sortas="b-unzipfsx">unzipfsx</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="zipgrep">
164 <term><command>zipgrep</command></term>
165 <listitem>
166 <para>searches files in a <filename>ZIP</filename> archive for
167 lines matching a pattern.</para>
168 <indexterm zone="unzip zipgrep">
169 <primary sortas="b-zipgrep">zipgrep</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="zipinfo">
175 <term><command>zipinfo</command></term>
176 <listitem>
177 <para>produces technical information about the files in a
178 <filename>ZIP</filename> archive, including file access permissions,
179 encryption status, type of compression, etc.</para>
180 <indexterm zone="unzip zipinfo">
181 <primary sortas="b-zipinfo">zipinfo</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="libunzip">
187 <term><filename class='libraryfile'>libunzip.so</filename></term>
188 <listitem>
189 <para>contains the API functions required by the
190 <application>UnZip</application> programs.</para>
191 <indexterm zone="unzip libunzip">
192 <primary sortas="c-libunzip">libunzip.so</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 </variablelist>
198
199 </sect2>
200
201</sect1>
Note: See TracBrowser for help on using the repository browser.