source: general/sysutils/unrar.xml@ ddea44e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 ddea44e was 956d023, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Simplify fix for kdelibs4support.
Update to wayland-protocols-1.8.
Update to xterm-329.
Update to whois-5.2.16.
Update to garcon-0.6.1.
Update to Parse-Yapp-1,2.
Update to unrar-5.5.4.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18831 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 "0def2076d53a65b8243d01fa74259a50">
10 <!ENTITY unrar-size "216 KB">
11 <!ENTITY unrar-buildsize "2.1 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 <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 &lfs80_checked;
42 &gcc7_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&unrar-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&unrar-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &unrar-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &unrar-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &unrar-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &unrar-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/unrar"/>
80 </para>
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of UnRar</title>
85
86 <para>
87 Install <application>UnRar</application> by running the following
88 commands:
89 </para>
90
91<screen><userinput>make -f makefile</userinput></screen>
92
93 <para>
94 This package does not come with a test suite.
95 </para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>install -v -m755 unrar /usr/bin</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Program</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directories</segtitle>
112
113 <seglistitem>
114 <seg>
115 unrar
116 </seg>
117 <seg>
118 None
119 </seg>
120 <seg>
121 None
122 </seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="unrar-prog">
132 <term><command>unrar</command></term>
133 <listitem>
134 <para>
135 uncompresses a <filename>RAR</filename> archive.
136 </para>
137 <indexterm zone="unrar unrar-prog">
138 <primary sortas="b-unrar">unrar</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 </variablelist>
144
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.