1 <!-- -*- mode: sgml; mode: fold -*- -->
3 <!-- Some common paths.. -->
4 <!ENTITY docdir "/usr/share/doc/apt/">
5 <!ENTITY configureindex "<filename>&docdir;examples/configure-index.gz</>">
6 <!ENTITY aptconfdir "<filename>/etc/apt.conf</>">
7 <!ENTITY statedir "/var/lib/apt">
8 <!ENTITY cachedir "/var/cache/apt">
10 <!-- Cross references to other man pages -->
11 <!ENTITY apt-conf "<CiteRefEntry>
12 <RefEntryTitle><filename/apt.conf/</RefEntryTitle>
16 <!ENTITY apt-get "<CiteRefEntry>
17 <RefEntryTitle><command/apt-get/</RefEntryTitle>
21 <!ENTITY apt-config "<CiteRefEntry>
22 <RefEntryTitle><command/apt-config/</RefEntryTitle>
26 <!ENTITY apt-cdrom "<CiteRefEntry>
27 <RefEntryTitle><command/apt-cdrom/</RefEntryTitle>
31 <!ENTITY apt-cache "<CiteRefEntry>
32 <RefEntryTitle><command/apt-cache/</RefEntryTitle>
36 <!ENTITY apt-preferences "<CiteRefEntry>
37 <RefEntryTitle><command/apt_preferences/</RefEntryTitle>
41 <!ENTITY sources-list "<CiteRefEntry>
42 <RefEntryTitle><filename/sources.list/</RefEntryTitle>
46 <!ENTITY reportbug "<CiteRefEntry>
47 <RefEntryTitle><command/reportbug/</RefEntryTitle>
51 <!ENTITY dpkg "<CiteRefEntry>
52 <RefEntryTitle><command/dpkg/</RefEntryTitle>
56 <!ENTITY dpkg-buildpackage "<CiteRefEntry>
57 <RefEntryTitle><command/dpkg-buildpackage/</RefEntryTitle>
61 <!ENTITY gzip "<CiteRefEntry>
62 <RefEntryTitle><command/gzip/</RefEntryTitle>
66 <!ENTITY dpkg-scanpackages "<CiteRefEntry>
67 <RefEntryTitle><command/dpkg-scanpackages/</RefEntryTitle>
71 <!ENTITY dpkg-scansources "<CiteRefEntry>
72 <RefEntryTitle><command/dpkg-scansources/</RefEntryTitle>
76 <!ENTITY dselect "<CiteRefEntry>
77 <RefEntryTitle><command/dselect/</RefEntryTitle>
81 <!-- Boiler plate docinfo section -->
82 <!ENTITY apt-docinfo "
84 <address><email>apt@packages.debian.org</></address>
85 <author><firstname>Jason</> <surname>Gunthorpe</></>
86 <copyright><year>1998-2001</> <holder>Jason Gunthorpe</></>
87 <date>12 Março 2001</>
91 <!-- Boiler plate Bug reporting section -->
93 <RefSect1><Title>Bugs</>
95 Consulte a <ulink url='http://bugs.debian.org/apt'>página de bugs do APT</>.
96 Caso você queira relatar um bug no APT, por favor consulte o arquivo
97 <filename>/usr/share/doc/debian/bug-reporting.txt</> ou o comando &reportbug;.
101 <!-- Boiler plate Author section -->
103 <RefSect1><Title>Author</>
105 O APT foi escrito pela equipe APT <email>apt@packages.debian.org</>.
109 <!-- Brazilian Portuguese Translation Credits section -->
110 <!ENTITY ptbr-mantranslator "
111 <RefSect1><Title>Tradução</>
113 Esta página de manual foi traduzida para o Português do Brasil por
114 André Luís Lopes <email>andrelop@ig.com.br</>.
119 <!-- Should be used within the option section of the text to
120 put in the blurb about -h, -v, -c and -o -->
121 <!ENTITY apt-commonoptions "
122 <VarListEntry><term><option/-h/</><term><option/--help/</>
124 Exibe um pequeno resumo de uso.
127 <VarListEntry><term><option/-v/</><term><option/--version/</>
129 Exibe a versão do programa.
132 <VarListEntry><term><option/-c/</><term><option/--config-file/</>
134 Arquivo de Configuração; Especifica um arquivo de configuração
135 a ser usado. O programa irá ler o arquivo de configuração padrão
136 e então este arquivo de configuração. Consulte &apt-conf; para
137 informação de sintaxe.
140 <VarListEntry><term><option/-o/</><term><option/--option/</>
142 Defie uma Opção de Configuração; Esta opção irá definir uma opção
143 de configuração arbitrária. A sintaxe é <option>-o Foo::Bar=bar</>.
147 <!-- Should be used within the option section of the text to
148 put in the blurb about -h, -v, -c and -o -->
149 <!ENTITY apt-cmdblurb "
151 Todas as opções de linha de comando podem ser definidas usando o
152 arquivo de configuração, as descrições indicam a opção de configuração
153 a ser definida. Para opções booleanas você pode sobrepor o arquivo de
154 configuração usando algo como <option/-f-/,<option/--no-f/,
155 <option/-f=no/ ou diversas outras variantes.