source: general/sysutils/unrar.xml@ 05767aee

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 05767aee was 05767aee, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to unrar-6.0.2
Update to libhandy-1.0.2
Update to thunderbird-78.4.3

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

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