source: general/sysutils/p7zip.xml@ 86b7da48

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 86b7da48 was 86b7da48, checked in by Igor Živković <igor@…>, 10 years ago

added p7zip

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

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY p7zip-download-http "&sourceforge-repo;/p7zip/p7zip_&p7zip-version;_src_all.tar.bz2">
8 <!ENTITY p7zip-download-ftp " ">
9 <!ENTITY p7zip-md5sum "bd6caaea567dc0d995c990c5cc883c89">
10 <!ENTITY p7zip-size "3.7 MB">
11 <!ENTITY p7zip-buildsize "42 MB">
12 <!ENTITY p7zip-time "0.8 SBU">
13]>
14
15<sect1 id="p7zip" xreflabel="p7zip-&p7zip-version;">
16 <?dbhtml filename="p7zip.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>p7zip-&p7zip-version;</title>
24
25 <indexterm zone="p7zip">
26 <primary sortas="a-p7zip">p7zip</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to p7zip</title>
31
32 <para>
33 <application>p7zip</application> is the Unix command-line port of 7-Zip, a
34 file archiver that archives with high compression ratios. It handles 7z,
35 ZIP, GZIP, BZIP2, XZ, TAR, APM, ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG,
36 FAT, HFS, ISO, LZH, LZMA, LZMA2, MBR, MSI, MSLZ, NSIS, NTFS, RAR RPM,
37 SquashFS, UDF, VHD, WIM, XAR and Z formats.
38 </para>
39
40 &lfs74_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&p7zip-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&p7zip-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &p7zip-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &p7zip-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &p7zip-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &p7zip-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">p7zip Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <ulink url="http://www.wxwidgets.org/">wxWidgets</ulink>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/p7zip"/>
85 </para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of p7zip</title>
91
92 <para>
93 Install <application>p7zip</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>make all3</userinput></screen>
98
99 <para>
100 To test the results, issue: <command>make test</command>.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<!-- dev note: make DEST_DIR=<DESTDIR> install -->
108
109<screen role="root"><userinput>make DEST_HOME=/usr \
110 DEST_MAN=/usr/share/man \
111 DEST_SHARE_DOC=/usr/share/doc/p7zip-&p7zip-version; install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directory</segtitle>
122
123 <seglistitem>
124 <seg>
125 7z, 7za, and 7zr
126 </seg>
127 <seg>
128 None
129 </seg>
130 <seg>
131 /usr/lib/p7zip and /usr/share/doc/p7zip-&p7zip-version;
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="Sevenz">
142 <term><command>7z</command></term>
143 <listitem>
144 <para>
145 is a file archiver utility.
146 </para>
147 <indexterm zone="p7zip Sevenz">
148 <primary sortas="b-7z">7z</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="Sevenza">
154 <term><command>7za</command></term>
155 <listitem>
156 <para>
157 is a stand-alone executable handling less archive formats than
158 <command>7z</command>.
159 </para>
160 <indexterm zone="p7zip Sevenza">
161 <primary sortas="b-7za">7za</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="Sevenzr">
167 <term><command>7zr</command></term>
168 <listitem>
169 <para>
170 is a minimal version of <command>7za</command> that handles only
171 7z archives.
172 </para>
173 <indexterm zone="p7zip Sevenzr">
174 <primary sortas="b-7zr">7zr</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.