source: general/sysutils/unrar.xml@ aee82798

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since aee82798 was 545b6d0, checked in by Bruce Dubbs <bdubbs@…>, 11 months ago

Update to unrar-6.2.7.

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