source: general/sysutils/unrar.xml

trunk
Last change on this file was 3923e4ef, checked in by Bruce Dubbs <bdubbs@…>, 8 weeks ago

Update to unrar-7.0.7.

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 unrar-download-http "https://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz">
8 <!ENTITY unrar-download-ftp " ">
9 <!ENTITY unrar-md5sum "596c964288608be4b4b6502e910518d2">
10 <!ENTITY unrar-size "256 KB">
11 <!ENTITY unrar-buildsize "2.7 MB">
12 <!ENTITY unrar-time "0.3 SBU">
13]>
14
15<sect1 id="unrar" xreflabel="UnRar-&unrar-version;">
16 <?dbhtml filename="unrar.html"?>
17
18
19 <title>UnRar-&unrar-version;</title>
20
21 <indexterm zone="unrar">
22 <primary sortas="a-UnRar">UnRar</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to UnRar</title>
27
28 <para>
29 The <application>UnRar</application> package contains a
30 <filename>RAR</filename> extraction utility used for
31 extracting files from <filename>RAR</filename> archives.
32 <filename>RAR</filename> archives are usually created
33 with <application>WinRAR</application>, primarily in a
34 Windows environment.
35 </para>
36
37 &lfs121_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&unrar-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&unrar-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &unrar-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &unrar-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &unrar-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &unrar-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of UnRar</title>
77
78 <note>
79 <para>
80 This package extracts the tarball to the unversioned
81 directory <filename>unrar</filename> and not the expected directory
82 <filename>unrar-&unrar-version;</filename>.
83 </para>
84 </note>
85
86
87 <para>
88 Install <application>UnRar</application> by running the following
89 commands:
90 </para>
91
92<screen><userinput>make -f makefile</userinput></screen>
93
94 <para>
95 This package does not come with a test suite.
96 </para>
97
98 <para>
99 Now, as the <systemitem class="username">root</systemitem> user:
100 </para>
101
102<screen role="root"><userinput>install -v -m755 unrar /usr/bin</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Program</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
113
114 <seglistitem>
115 <seg>
116 unrar
117 </seg>
118 <seg>
119 None
120 </seg>
121 <seg>
122 None
123 </seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="unrar-prog">
133 <term><command>unrar</command></term>
134 <listitem>
135 <para>
136 uncompresses a <filename>RAR</filename> archive
137 </para>
138 <indexterm zone="unrar unrar-prog">
139 <primary sortas="b-unrar">unrar</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 </variablelist>
145
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.