This file is indexed.

/usr/share/doc/aptitude/html/cs/pr01s04s02.html is in aptitude-doc-cs 0.6.8.2-1ubuntu4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Sestavení aptitude ze zdrojových kódů</title><link rel="stylesheet" type="text/css" href="aptitude.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="aptitude - příručka uživatele"><link rel="up" href="pr01s04.html" title="Jak získat aptitude?"><link rel="prev" href="pr01s04s01.html" title="Připravené balíky, aneb „řešení pro 99% uživatelů“"><link rel="next" href="pr01s04s03.html" title="Sledování vývoje aptitude"><link rel="preface" href="pr01.html" title="Úvod"><link rel="chapter" href="ch01.html" title="Kapitola 1. Začínáme"><link rel="chapter" href="ch02.html" title="Kapitola 2. aptitude - referenční příručka"><link rel="chapter" href="ch03.html" title="Kapitola 3. Často kladené otázky"><link rel="chapter" href="ch04.html" title="Kapitola 4. Poděkování"><link rel="reference" href="rn01.html" title="Přehled příkazů"><link rel="refentry" href="rn01re01.html" title="aptitude"><link rel="refentry" href="rn01re02.html" title="aptitude-create-state-bundle"><link rel="refentry" href="rn01re03.html" title="aptitude-run-state-bundle"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Sestavení <span class="command"><strong>aptitude</strong></span> ze zdrojových kódů</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="pr01s04s01.html"><img src="images/prev.gif" alt="Předcházející"></a> </td><th width="60%" align="center">Jak získat <span class="command"><strong>aptitude</strong></span>?</th><td width="20%" align="right"> <a accesskey="n" href="pr01s04s03.html"><img src="images/next.gif" alt="Další"></a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="secSourceInstall"></a>Sestavení <span class="command"><strong>aptitude</strong></span> ze zdrojových kódů</h3></div></div></div><p>

Chcete-li si sestavit <span class="command"><strong>aptitude</strong></span> ze zdrojových kódů, budete potřebovat
následující programy:

</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>

Překladač jazyka C++, např. <a class="ulink" href="http://gcc.gnu.org" target="_top">g++</a>.

</p></li><li class="listitem"><p>

Vývojářské soubory pro <code class="systemitem">apt</code> obvykle dostupné v balíku s podobným
názvem jako <code class="systemitem">libapt-pkg-dev</code>.

</p></li><li class="listitem"><p>

Knihovnu <code class="systemitem">libsigc++-2.0</code> dostupnou v balíku
<code class="systemitem">libsigc++-2.0-dev</code> nebo z
<a class="ulink" href="http://libsigc.sourceforge.net" target="_top">http://libsigc.sourceforge.net</a>.

</p></li><li class="listitem"><p>

Knihovnu <code class="systemitem">cwidget</code> dostupnou v balíku
<code class="systemitem">libcwidget-dev</code> nebo z
<a class="ulink" href="http://cwidget.alioth.debian.org" target="_top">http://cwidget.alioth.debian.org</a>.

</p></li><li class="listitem"><p>

Nástroj <code class="systemitem">gettext</code>, který by měl být součástí
vaší distribuce GNU/Linuxu.

</p></li><li class="listitem"><p>

Nástroj <code class="systemitem">make</code>, například
<a class="ulink" href="http://www.gnu.org/software/make" target="_top">GNU make</a>.

</p></li><li class="listitem"><p>

A v neposlední řadě nejčerstvější zdrojové kódy <span class="command"><strong>aptitude</strong></span> dostupné z
<a class="ulink" href="http://packages.debian.org/unstable/admin/aptitude" target="_top">http://packages.debian.org/unstable/admin/aptitude</a>.
(Dole na stránce stáhněte soubor končící na
<code class="filename">.orig.tar.gz</code>.)

</p></li></ul></div><p>

Po instalaci vyžadovaných částí otevřete terminál a rozbalte zdrojové
texty příkazem <span class="command"><strong>tar zxf aptitude-0.4.11.9.tar.gz</strong></span>.
Poté <span class="command"><strong>aptitude</strong></span> zkompilujte příkazem <span class="command"><strong>cd aptitude-0.4.11.9
&amp;&amp; ./configure &amp;&amp; make</strong></span>. Proběhne-li
sestavení úspěšně, přepněte se na uživatele <code class="systemitem">root</code> (třeba příkazem
<span class="command"><strong>su</strong></span>) a nainstalujte program příkazem <span class="command"><strong>make
install</strong></span>. Nyní můžete <span class="command"><strong>aptitude</strong></span> spustit příkazem
<span class="command"><strong>aptitude</strong></span>.

</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pr01s04s01.html"><img src="images/prev.gif" alt="Předcházející"></a> </td><td width="20%" align="center"><a accesskey="u" href="pr01s04.html"><img src="images/up.gif" alt="Nahoru"></a></td><td width="40%" align="right"> <a accesskey="n" href="pr01s04s03.html"><img src="images/next.gif" alt="Další"></a></td></tr><tr><td width="40%" align="left" valign="top">Připravené balíky, aneb <span class="quote"><span class="quote">řešení pro 99%
           uživatelů</span></span> </td><td width="20%" align="center"><a accesskey="h" href="index.html"><img src="images/home.gif" alt="Domů"></a></td><td width="40%" align="right" valign="top"> Sledování vývoje <span class="command"><strong>aptitude</strong></span></td></tr></table></div></body></html>