source: general/sysutils/unrar.xml@ 5156197

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 5156197 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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