source: general/sysutils/unrar.xml

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

Update to unrar-7.0.7.

  • Property mode set to 100644
File size: 3.7 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[1208b2f]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
[c6b192c]7 <!ENTITY unrar-download-http "https://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz">
[784a1a7f]8 <!ENTITY unrar-download-ftp " ">
[3923e4ef]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">
[1208b2f]13]>
14
[c627795]15<sect1 id="unrar" xreflabel="UnRar-&unrar-version;">
[1208b2f]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
[c627795]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>
[1208b2f]36
[5d0e7b8]37 &lfs121_checked;
[7d0ab06d]38
[1208b2f]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[c627795]42 <para>
43 Download (HTTP): <ulink url="&unrar-download-http;"/>
44 </para>
[1208b2f]45 </listitem>
46 <listitem>
[c627795]47 <para>
48 Download (FTP): <ulink url="&unrar-download-ftp;"/>
49 </para>
[1208b2f]50 </listitem>
51 <listitem>
[c627795]52 <para>
53 Download MD5 sum: &unrar-md5sum;
54 </para>
[1208b2f]55 </listitem>
56 <listitem>
[c627795]57 <para>
58 Download size: &unrar-size;
59 </para>
[1208b2f]60 </listitem>
61 <listitem>
[c627795]62 <para>
63 Estimated disk space required: &unrar-buildsize;
64 </para>
[1208b2f]65 </listitem>
66 <listitem>
[c627795]67 <para>
68 Estimated build time: &unrar-time;
69 </para>
[1208b2f]70 </listitem>
71 </itemizedlist>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of UnRar</title>
77
[b1532549]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>
[39060e91]85
86
[c627795]87 <para>
88 Install <application>UnRar</application> by running the following
89 commands:
90 </para>
[1208b2f]91
[4ad93b6]92<screen><userinput>make -f makefile</userinput></screen>
[1208b2f]93
[c627795]94 <para>
95 This package does not come with a test suite.
96 </para>
[1208b2f]97
[c627795]98 <para>
99 Now, as the <systemitem class="username">root</systemitem> user:
100 </para>
[1208b2f]101
[ad800a0]102<screen role="root"><userinput>install -v -m755 unrar /usr/bin</userinput></screen>
[1208b2f]103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
[c3c56b2]110 <segtitle>Installed Program</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
[1208b2f]113
114 <seglistitem>
[c627795]115 <seg>
116 unrar
117 </seg>
[c3c56b2]118 <seg>
119 None
120 </seg>
121 <seg>
122 None
123 </seg>
[1208b2f]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>
[c627795]135 <para>
[4c24eb0a]136 uncompresses a <filename>RAR</filename> archive
[c627795]137 </para>
[1208b2f]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.