source: general/sysutils/unzip.xml@ 0573d3fc

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 0573d3fc was 0573d3fc, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed references to the shared library from the UnZip instructions

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

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