source: general/sysutils/zip.xml@ 4fda2677

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4fda2677 was 7697bb25, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Tags

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

  • Property mode set to 100644
File size: 5.2 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY zip-download-http "&sourceforge-dl;/infozip/zip30.tar.gz">
8 <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip30.tgz">
9 <!ENTITY zip-md5sum "7b74551e63f8ee6aab6fbc86676c0d37">
10 <!ENTITY zip-size "1.1 MB">
11 <!ENTITY zip-buildsize "6.4 MB">
12 <!ENTITY zip-time "0.1 SBU">
[52d29f7]13]>
14
[5c5cdbc]15<sect1 id="zip" xreflabel="Zip-&zip-version;">
[d0006cd8]16 <?dbhtml filename="zip.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Zip-&zip-version;</title>
24
25 <indexterm zone="zip">
26 <primary sortas="a-Zip">Zip</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Zip</title>
31
[b1532549]32 <para>
33 The <application>Zip</application> package contains
34 <application>Zip</application> utilities. These
35 are useful for compressing files into <filename>ZIP</filename>
36 archives.
37 </para>
[a8d3d55a]38
[7697bb25]39 &lfs10_checked;
[d0006cd8]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[b1532549]44 <para>
45 Download (HTTP): <ulink url="&zip-download-http;"/>
46 </para>
[d0006cd8]47 </listitem>
48 <listitem>
[b1532549]49 <para>
50 Download (FTP): <ulink url="&zip-download-ftp;"/>
51 </para>
[d0006cd8]52 </listitem>
53 <listitem>
[b1532549]54 <para>
55 Download MD5 sum: &zip-md5sum;
56 </para>
[d0006cd8]57 </listitem>
58 <listitem>
[b1532549]59 <para>
60 Download size: &zip-size;
61 </para>
[d0006cd8]62 </listitem>
63 <listitem>
[b1532549]64 <para>
65 Estimated disk space required: &zip-buildsize;
66 </para>
[d0006cd8]67 </listitem>
68 <listitem>
[b1532549]69 <para>
70 Estimated build time: &zip-time;
71 </para>
[d0006cd8]72 </listitem>
73 </itemizedlist>
74
[1039de3]75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/zip"/></para>
77
[d0006cd8]78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Zip</title>
82
[b1532549]83 <para>
84 Install <application>Zip</application> by running the following
85 commands:
86 </para>
[d0006cd8]87
[792cb12e]88<screen><userinput>make -f unix/Makefile generic_gcc</userinput></screen>
[d0006cd8]89
[b1532549]90 <para>
91 This package does not come with a test suite.
92 </para>
[d0006cd8]93
[b1532549]94 <para>
95 Now, as the <systemitem class="username">root</systemitem> user:
96 </para>
[d0006cd8]97
[fc6725ee]98<screen role="root"><userinput>make prefix=/usr MANDIR=/usr/share/man/man1 -f unix/Makefile install</userinput></screen>
[d0006cd8]99
100 </sect2>
101
102 <sect2 role="commands">
103 <title>Command Explanations</title>
104
[b1532549]105 <para>
106 <command>make prefix=/usr -f unix/Makefile install</command>: This
107 command overrides the <varname>prefix</varname> variable that is set to
108 <filename class='directory'>/usr/local</filename> in the
109 <filename>unix/Makefile</filename>.
110 Alternatives to <option>generic_gcc</option> can be seen with a
111 <command>make -f unix/Makefile list</command> command.
112 </para>
[d0006cd8]113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>zip, zipcloak, zipnote, and zipsplit</seg>
126 <seg>None</seg>
127 <seg>None</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="zip-prog">
137 <term><command>zip</command></term>
138 <listitem>
[b1532549]139 <para>
140 compresses files into a <filename>ZIP</filename> archive.
141 </para>
[d0006cd8]142 <indexterm zone="zip zip-prog">
143 <primary sortas="b-zip">zip</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="zipcloak">
149 <term><command>zipcloak</command></term>
150 <listitem>
[b1532549]151 <para>
152 is a utility to encrypt and decrypt a <filename>ZIP</filename>
153 archive.
154 </para>
[d0006cd8]155 <indexterm zone="zip zipcloak">
156 <primary sortas="b-zipcloak">zipcloak</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="zipnote">
162 <term><command>zipnote</command></term>
163 <listitem>
[b1532549]164 <para>
165 reads or writes comments stored in a <filename>ZIP</filename>
166 file.
167 </para>
[d0006cd8]168 <indexterm zone="zip zipnote">
169 <primary sortas="b-zipnote">zipnote</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="zipsplit">
175 <term><command>zipsplit</command></term>
176 <listitem>
[b1532549]177 <para>
178 is a utility to split <filename>ZIP</filename> files into
179 smaller files.
180 </para>
[d0006cd8]181 <indexterm zone="zip zipsplit">
182 <primary sortas="b-zipsplit">zipsplit</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
[f45b1953]190
191</sect1>
Note: See TracBrowser for help on using the repository browser.