source: general/sysutils/unrar.xml@ a89a5a6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 a89a5a6 was a89a5a6, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to glib-2.60.7
Update to dbus-python-1.2.10 (Python Module)
Update to libnl-3.5.0
Update to unrar-5.8.1
Update to NSS-3.46
Update to libusb-1.0.23

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

  • Property mode set to 100644
File size: 3.7 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 "3e7c1c18c040a6e83f69e248579d78ba">
10 <!ENTITY unrar-size "224 KB">
11 <!ENTITY unrar-buildsize "2.4 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 &lfs90_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 <para>
86 Install <application>UnRar</application> by running the following
87 commands:
88 </para>
89
90<screen><userinput>make -f makefile</userinput></screen>
91
92 <para>
93 This package does not come with a test suite.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>install -v -m755 unrar /usr/bin</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="content">
105 <title>Contents</title>
106
107 <segmentedlist>
108 <segtitle>Installed Program</segtitle>
109 <segtitle>Installed Libraries</segtitle>
110 <segtitle>Installed Directories</segtitle>
111
112 <seglistitem>
113 <seg>
114 unrar
115 </seg>
116 <seg>
117 None
118 </seg>
119 <seg>
120 None
121 </seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="unrar-prog">
131 <term><command>unrar</command></term>
132 <listitem>
133 <para>
134 uncompresses a <filename>RAR</filename> archive.
135 </para>
136 <indexterm zone="unrar unrar-prog">
137 <primary sortas="b-unrar">unrar</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 </variablelist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.