This file is indexed.

/usr/share/doc/aptitude/html/fr/ch03.html is in aptitude-doc-fr 0.6.11-1.

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
<!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>Chapitre 3. Foire aux questions sur aptitude</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="Manuel de l'utilisateur d'aptitude"><link rel="up" href="index.html" title="Manuel de l'utilisateur d'aptitude"><link rel="prev" href="ch02s06.html" title="Jouer au démineur"><link rel="next" href="ch04.html" title="Chapitre 4. Crédits"><link rel="preface" href="pr01.html" title="Introduction"><link rel="chapter" href="ch01.html" title="Chapitre 1. Démarrage rapide"><link rel="chapter" href="ch02.html" title="Chapitre 2. Guide de référence d'aptitude"><link rel="chapter" href="ch03.html" title="Chapitre 3. Foire aux questions sur aptitude"><link rel="chapter" href="ch04.html" title="Chapitre 4. Crédits"><link rel="reference" href="rn01.html" title="Référence de l'interface en ligne de commande"><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">Chapitre 3. Foire aux questions sur aptitude</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s06.html"><img src="images/prev.gif" alt="Précédent"></a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch04.html"><img src="images/next.gif" alt="Suivant"></a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="chapFAQ"></a>Chapitre 3. Foire aux questions sur aptitude</h1></div></div></div><div class="blockquote"><table border="0" class="blockquote" style="width: 100%; cellspacing: 0; cellpadding: 0;" summary="Block quote"><tr><td width="10%" valign="top"> </td><td width="80%" valign="top"><p>
	<span class="quote">« <span class="quote">Quel... est ton nom ?</span> »</span>
      </p><p>
	<span class="quote">« <span class="quote">Arthur, roi des Anglais.</span> »</span>
      </p><p>
	<span class="quote">« <span class="quote">Quelle... est ta quête ?</span> »</span>
      </p><p>
	<span class="quote">« <span class="quote">Je cherche le Saint Graal !</span> »</span>
      </p><p>
	<span class="quote">« <span class="quote">Quelle... est la vitesse d'une hirondelle à vide ?</span> »</span>
      </p><p>
	<span class="quote">« <span class="quote">Qu'est-ce que vous voulez dire ? Une hirondelle d'Afrique ou
d'Europe ?</span> »</span>
      </p><p>
	<span class="quote">« <span class="quote">Euh ?  Je ... je n'sais
pa--<span class="emphasis"><em>AAAAAAAS !</em></span></span> »</span>
      </p></td><td width="10%" valign="top"> </td></tr><tr><td width="10%" valign="top"> </td><td colspan="2" align="right" valign="top">--<span class="attribution">
	  <em class="citetitle">Monty Python, sacré Graal</em>
      </span></td></tr></table></div><div class="qandaset"><a name="idp65715888"></a><dl><dt>3.1. <a href="ch03.html#idp65716144">
	    Comment puis-je trouver un paquet par son nom exact ?
	  </a></dt><dt>3.2. <a href="ch03.html#idp65726736">
	    Comment puis-je trouver les paquets cassés ?
	  </a></dt><dt>3.3. <a href="ch03.html#idp65731488">
	    Je veux sélectionner du texte. Pourquoi aptitude ne me laisse-t-il pas
désactiver la souris ?
	  </a></dt></dl><table border="0" style="width: 100%;"><colgroup><col align="left" width="1%"><col></colgroup><tbody><tr class="question"><td align="left" valign="top"><a name="idp65716144"></a><a name="idp65716400"></a><p><b>3.1.</b></p></td><td align="left" valign="top"><p>
	    Comment puis-je trouver un paquet par son nom exact ?
	  </p></td></tr><tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p>
	    Comme signalé dans <a class="xref" href="ch02s04.html" title="Motifs de recherche">la section intitulée « Motifs de recherche »</a>, quand vous
recherchez un paquet par son nom, le texte que vous tapez est en fait une
expression rationnelle. Donc, le motif de recherche
<span class="quote">« <span class="quote"><code class="literal">^<em class="replaceable"><code>nom</code></em>$</code></span> »</span>
correspondra uniquement au paquet nommé <em class="replaceable"><code>nom</code></em>.
	  </p><p>
	    Par exemple, vous pouvez rechercher <code class="literal">apt</code> (mais pas
<code class="literal">aptitude</code> ou <code class="literal">synaptic</code>) en tapant
<strong class="userinput"><code>^apt$</code></strong>. Vous pouvez rechercher <code class="literal">g++</code>
(mais pas <code class="literal">g++-2.95</code> ou <code class="literal">g++-3.0</code>) en
tapant <strong class="userinput"><code>^g\+\+$</code></strong>.
	  </p></td></tr><tr class="question"><td align="left" valign="top"><a name="idp65726736"></a><a name="idp65726992"></a><p><b>3.2.</b></p></td><td align="left" valign="top"><p>
	    Comment puis-je trouver les paquets cassés ?
	  </p></td></tr><tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p>
	    Utiliser la commande <span class="guimenu">Rechercher</span><span class="guimenuitem">Rechercher
les cassés</span> (<span class="shortcut"><strong><span class="keycap"><strong>b</strong></span></strong></span>).
	  </p></td></tr><tr class="question"><td align="left" valign="top"><a name="idp65731488"></a><a name="idp65731744"></a><p><b>3.3.</b></p></td><td align="left" valign="top"><p>
	    Je veux sélectionner du texte. Pourquoi aptitude ne me laisse-t-il pas
désactiver la souris ?
	  </p></td></tr><tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p>
	    Normalement, vous ne pouvez pas sélectionner du texte dans un xterm alors
qu'un programme (tel qu'<span class="command"><strong>aptitude</strong></span>) en fonctionnement dans le terminal
utilise la souris. Néanmoins, vous pouvez passer outre ce comportement et
faire une sélection en gardant la touche <span class="keycap"><strong>Maj (Shift)</strong></span>
enfoncée.
	  </p></td></tr></tbody></table></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s06.html"><img src="images/prev.gif" alt="Précédent"></a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch04.html"><img src="images/next.gif" alt="Suivant"></a></td></tr><tr><td width="40%" align="left" valign="top">Jouer au démineur </td><td width="20%" align="center"><a accesskey="h" href="index.html"><img src="images/home.gif" alt="Sommaire"></a></td><td width="40%" align="right" valign="top"> Chapitre 4. Crédits</td></tr></table></div></body></html>