source: general/sysutils/unrar.xml@ 1760143

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 1760143 was 15445ab, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Lots of tags

  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[1208b2f]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
[c6b192c]7 <!ENTITY unrar-download-http "https://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz">
[784a1a7f]8 <!ENTITY unrar-download-ftp " ">
[2c0a093]9 <!ENTITY unrar-md5sum "14cc348576c780e69359ab78098f4d7c">
[13d0ae8b]10 <!ENTITY unrar-size "240 KB">
[666c01b]11 <!ENTITY unrar-buildsize "2.2 MB">
[13d0ae8b]12 <!ENTITY unrar-time "0.1 SBU">
[1208b2f]13]>
14
[c627795]15<sect1 id="unrar" xreflabel="UnRar-&unrar-version;">
[1208b2f]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
[c627795]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>
[1208b2f]36
[15445ab]37 &lfs113_checked;
[7d0ab06d]38
[1208b2f]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[c627795]42 <para>
43 Download (HTTP): <ulink url="&unrar-download-http;"/>
44 </para>
[1208b2f]45 </listitem>
46 <listitem>
[c627795]47 <para>
48 Download (FTP): <ulink url="&unrar-download-ftp;"/>
49 </para>
[1208b2f]50 </listitem>
51 <listitem>
[c627795]52 <para>
53 Download MD5 sum: &unrar-md5sum;
54 </para>
[1208b2f]55 </listitem>
56 <listitem>
[c627795]57 <para>
58 Download size: &unrar-size;
59 </para>
[1208b2f]60 </listitem>
61 <listitem>
[c627795]62 <para>
63 Estimated disk space required: &unrar-buildsize;
64 </para>
[1208b2f]65 </listitem>
66 <listitem>
[c627795]67 <para>
68 Estimated build time: &unrar-time;
69 </para>
[1208b2f]70 </listitem>
71 </itemizedlist>
72
73 <para condition="html" role="usernotes">User Notes:
[c627795]74 <ulink url="&blfs-wiki;/unrar"/>
75 </para>
[1208b2f]76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of UnRar</title>
80
[b1532549]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>
[39060e91]88
89
[c627795]90 <para>
91 Install <application>UnRar</application> by running the following
92 commands:
93 </para>
[1208b2f]94
[4ad93b6]95<screen><userinput>make -f makefile</userinput></screen>
[1208b2f]96
[c627795]97 <para>
98 This package does not come with a test suite.
99 </para>
[1208b2f]100
[c627795]101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
[1208b2f]104
[ad800a0]105<screen role="root"><userinput>install -v -m755 unrar /usr/bin</userinput></screen>
[1208b2f]106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
[c3c56b2]113 <segtitle>Installed Program</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
[1208b2f]116
117 <seglistitem>
[c627795]118 <seg>
119 unrar
120 </seg>
[c3c56b2]121 <seg>
122 None
123 </seg>
124 <seg>
125 None
126 </seg>
[1208b2f]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>
[c627795]138 <para>
[4c24eb0a]139 uncompresses a <filename>RAR</filename> archive
[c627795]140 </para>
[1208b2f]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.