source: general/sysutils/unrar.xml@ d0881b75

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 d0881b75 was d0881b75, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to php-7.3.10.
Update to gnome-tweaks-3.34.0.
Update to phonon-backend-vlc-0.11.1.
Update to phonon-4.11.1.
Update to unrar-5.8.2.

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

  • Property mode set to 100644
File size: 3.7 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
7 <!ENTITY unrar-download-http "http://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz">
[784a1a7f]8 <!ENTITY unrar-download-ftp " ">
[d0881b75]9 <!ENTITY unrar-md5sum "ea4fb97d01088c4790ec549b2624f760">
[b1c9a4b]10 <!ENTITY unrar-size "224 KB">
[d0881b75]11 <!ENTITY unrar-buildsize "2.1 MB">
[3cd606e2]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 <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
[c627795]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>
[1208b2f]40
[6030130]41 &lfs90_checked;
[7d0ab06d]42
[1208b2f]43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
[c627795]46 <para>
47 Download (HTTP): <ulink url="&unrar-download-http;"/>
48 </para>
[1208b2f]49 </listitem>
50 <listitem>
[c627795]51 <para>
52 Download (FTP): <ulink url="&unrar-download-ftp;"/>
53 </para>
[1208b2f]54 </listitem>
55 <listitem>
[c627795]56 <para>
57 Download MD5 sum: &unrar-md5sum;
58 </para>
[1208b2f]59 </listitem>
60 <listitem>
[c627795]61 <para>
62 Download size: &unrar-size;
63 </para>
[1208b2f]64 </listitem>
65 <listitem>
[c627795]66 <para>
67 Estimated disk space required: &unrar-buildsize;
68 </para>
[1208b2f]69 </listitem>
70 <listitem>
[c627795]71 <para>
72 Estimated build time: &unrar-time;
73 </para>
[1208b2f]74 </listitem>
75 </itemizedlist>
76
77 <para condition="html" role="usernotes">User Notes:
[c627795]78 <ulink url="&blfs-wiki;/unrar"/>
79 </para>
[1208b2f]80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of UnRar</title>
84
[c627795]85 <para>
86 Install <application>UnRar</application> by running the following
87 commands:
88 </para>
[1208b2f]89
[4ad93b6]90<screen><userinput>make -f makefile</userinput></screen>
[1208b2f]91
[c627795]92 <para>
93 This package does not come with a test suite.
94 </para>
[1208b2f]95
[c627795]96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
[1208b2f]99
[ad800a0]100<screen role="root"><userinput>install -v -m755 unrar /usr/bin</userinput></screen>
[1208b2f]101
102 </sect2>
103
104 <sect2 role="content">
105 <title>Contents</title>
106
107 <segmentedlist>
[c3c56b2]108 <segtitle>Installed Program</segtitle>
109 <segtitle>Installed Libraries</segtitle>
110 <segtitle>Installed Directories</segtitle>
[1208b2f]111
112 <seglistitem>
[c627795]113 <seg>
114 unrar
115 </seg>
[c3c56b2]116 <seg>
117 None
118 </seg>
119 <seg>
120 None
121 </seg>
[1208b2f]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>
[c627795]133 <para>
134 uncompresses a <filename>RAR</filename> archive.
135 </para>
[1208b2f]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.