source: kde/add/kdenetwork.xml@ a0e439d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a0e439d was a0e439d, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Added wireless_tools to the book

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

  • Property mode set to 100644
File size: 10.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY kdenetwork-download-http "&kde-download-http;/kdenetwork-&kde-version;.tar.bz2">
8 <!ENTITY kdenetwork-download-ftp "&kde-download-ftp;/kdenetwork-&kde-version;.tar.bz2">
9 <!ENTITY kdenetwork-md5sum "c83dce8cc496b6ec8773483df1c85119">
10 <!ENTITY kdenetwork-size "7.1 MB">
11 <!ENTITY kdenetwork-buildsize "166 MB">
12 <!ENTITY kdenetwork-time "9.7 SBU">
13]>
14
15<sect1 id="kdenetwork" xreflabel="kdenetwork-&kde-version;">
16 <?dbhtml filename="kdenetwork.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">kdenetwork-&kde-version;.tar</keyword>
23 <keyword role="ftpdir">kde</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Kdenetwork-&kde-version;</title>
28
29 <indexterm zone="kdenetwork">
30 <primary sortas="a-kdenetwork">Kdenetwork</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Kdenetwork</title>
35
36 <para><application>Kdenetwork</application> provides several
37 <application>KDE</application> applications useful in a networking
38 envronment. Applications include clients for chat, PPP, news, instant
39 messages, and similar programs.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing='compact'>
43 <listitem>
44 <para>Download (HTTP): <ulink url="&kdenetwork-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&kdenetwork-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &kdenetwork-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &kdenetwork-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &kdenetwork-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &kdenetwork-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Kdenetwork Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="kdebase"/></para>
67
68 <bridgehead renderas="sect4">Recommended</bridgehead>
69 <para role="recommended"><xref linkend="libjpeg"/>,
70 <xref linkend="libxml2"/>,
71 <xref linkend="libxslt"/>, and
72 <xref linkend="openssl"/></para>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional"><xref linkend="ppp"/>,
76 <xref linkend="xmms"/>,
77 <xref linkend="doxygen"/>,
78 <xref linkend="wireless_tools"/>,
79 <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
80 <ulink url="http://dev.null.pl/ekg/">libgadu</ulink>,
81 <ulink url="http://www.graphviz.org/">GraphViz</ulink>, and
82 <ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Kdenetwork</title>
88
89 <para>Install <application>kdenetwork</application> with:</para>
90
91<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
92 --disable-dependency-tracking &amp;&amp;
93make</userinput></screen>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="configuration">
102 <title>Configuring Kdenetwork</title>
103
104 <sect3 id='kdenetwork-config'>
105 <title>Config Files</title>
106
107 <para><filename>/etc/lisarc</filename> and
108 <filename>~/.lisarc</filename></para>
109
110 <indexterm zone="kdenetwork kdenetwork-config">
111 <primary sortas="e-AA.lisarc">~/.lisarc</primary>
112 </indexterm>
113
114 <indexterm zone="kdenetwork kdenetwork-config">
115 <primary sortas="e-etc-lisarc">/etc/lisarc</primary>
116 </indexterm>
117
118 </sect3>
119
120 <sect3 id='kdenetwork-init'>
121 <title>Configuration Information</title>
122
123 <para>To utilize the LAN Browser of <command>konqueror</command> you will
124 need to create the <filename>/etc/lisarc</filename> file and start the
125 <command>lisa</command> daemon. Create <filename>/etc/lisarc</filename>
126 by filling out the information in the <quote>Guided LISa Setup</quote>
127 section of the <quote>LISa Daemon</quote> tab on the <quote>Control
128 Center</quote> &mdash; <quote>Internet &amp; Network</quote> &mdash;
129 <quote>Local Network Browsing</quote> dialog box.</para>
130
131 <para>Install the <filename>/etc/rc.d/init.d/lisa</filename> init script
132 included in the <xref linkend="bootscripts"/>
133 package.</para>
134
135<screen role="root"><userinput>make install-lisa</userinput></screen>
136
137 <indexterm zone="kdenetwork kdenetwork-init">
138 <primary sortas="f-kdenetwork">lisa</primary>
139 </indexterm>
140
141 <para>There is no explicit configuration for the rest of the
142 <application>kdenetwork</application> package, however some individual
143 programs need to be set up with user information.</para>
144
145 </sect3>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Libraries</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>kdict, kget, knewsticker, kopete, kpf, kppp, krdc, krfb, ksirc,
159 ktalkd, kwifimanager, and lisa</seg>
160 <seg>None</seg>
161 <seg>None</seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="kdict">
171 <term><command>kdict</command></term>
172 <listitem>
173 <para> is a graphical client for the Dictionary Server Protocol
174 (DICT).</para>
175 <indexterm zone="kdenetwork kdict">
176 <primary sortas="b-kdict">kdict</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="kget">
182 <term><command>kget</command></term>
183 <listitem>
184 <para>allows you to group downloads.</para>
185 <indexterm zone="kdenetwork kget">
186 <primary sortas="b-kget">kget</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="knewsticker">
192 <term><command>knewsticker</command></term>
193 <listitem>
194 <para>is a news applet for the <application>KDE</application> Application
195 Launcher Panel.</para>
196 <indexterm zone="kdenetwork knewsticker">
197 <primary sortas="b-knewsticker">knewsticker</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="kopete">
203 <term><command>kopete</command></term>
204 <listitem>
205 <para> is <application>KDE</application>'s multi-protocol instant
206 messenger client.</para>
207 <indexterm zone="kdenetwork kopete">
208 <primary sortas="b-kopete">kopete</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="kpf">
214 <term><command>kpf</command></term>
215 <listitem>
216 <para>allows you to share files over a network.</para>
217 <indexterm zone="kdenetwork kpf">
218 <primary sortas="b-kpf">kpf</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="kppp">
224 <term><command>kppp</command></term>
225 <listitem>
226 <para>is a dial-up utility.</para>
227 <indexterm zone="kdenetwork kppp">
228 <primary sortas="b-kppp">kppp</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="krdc">
234 <term><command>krdc</command></term>
235 <listitem>
236 <para>is a client application that allows you to view or even control the
237 desktop session on another machine that is running a compatible
238 (VNC) server.</para>
239 <indexterm zone="kdenetwork krdc">
240 <primary sortas="b-krdc">krdc</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245
246 <varlistentry id="krfb">
247 <term><command>krfb</command></term>
248 <listitem>
249 <para> is a server application that allows you to share your current
250 session with a user on another machine, who can use a VNC client to
251 view or even control the desktop.</para>
252 <indexterm zone="kdenetwork krfb">
253 <primary sortas="b-krfb">krfb</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry id="ksirc">
259 <term><command>ksirc</command></term>
260 <listitem>
261 <para>is a chat client.</para>
262 <indexterm zone="kdenetwork ksirc">
263 <primary sortas="b-ksirc">ksirc</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
267
268 <varlistentry id="ktalkd">
269 <term><command>ktalkd</command></term>
270 <listitem>
271 <para>is an enhanced <command>talk</command> daemon&mdash;a program
272 to handle incoming <command>talk</command> requests, announce them
273 and allow you to respond to them using a talk client.</para>
274 <indexterm zone="kdenetwork ktalkd">
275 <primary sortas="b-ktalkd">ktalkd</primary>
276 </indexterm>
277 </listitem>
278 </varlistentry>
279
280 <varlistentry id="kwifimanager">
281 <term><command>kwifimanager</command></term>
282 <listitem>
283 <para>is used to configure and monitor wireless LAN cards.</para>
284 <indexterm zone="kdenetwork kwifimanager">
285 <primary sortas="b-kwifimanager">kwifimanager</primary>
286 </indexterm>
287 </listitem>
288 </varlistentry>
289
290 <varlistentry id="lisa">
291 <term><command>lisa</command></term>
292 <listitem>
293 <para>is intended to provide a kind of network neighborhood, but only
294 relying on the TCP/IP protocol stack.</para>
295 <indexterm zone="kdenetwork lisa">
296 <primary sortas="b-lisa">lisa</primary>
297 </indexterm>
298 </listitem>
299 </varlistentry>
300
301 </variablelist>
302
303 </sect2>
304
305</sect1>
Note: See TracBrowser for help on using the repository browser.