table of contents
- stretch 1.4.9
- testing 1.8.2
- unstable 1.8.2
- experimental 1.9.1
APT-CONFIG(8) | APT | APT-CONFIG(8) |
NOME¶
apt-config - Programa de Consulta de Configuração do APTSINOPSE¶
apt-config [--empty] [--format ' %f "%v";%n'] [-o=config_string] [-c=config_file] {shell | dump | {-v | --version} | {-h | --help}}
DESCRIÇÃO¶
apt-config é um programa interno usado por várias partes da suite APT para fornecer uma configurabilidade consistente. Acede ao ficheiro de configuração principal /etc/apt/apt.conf de um modo que é fácil de usar para aplicações em script.A menos que a opção -h, ou --help seja fornecida, um dos comandos abaixo têm que estar presentes.
shell
OPTS="-f" RES=`apt-config shell OPTS MyApp::options` eval $RES
O item de configuração pode ser pós-fixado com um /[fdbi]. f devolve nomes de ficheiros, d devolve directórios, b devolve verdadeiro ou falso e i devolve um número inteiro. Cada um dos valores devolvidos é normalizado e verificado internamente.
dump
OPÇÕES¶
All command line options may be set using the configuration file, the descriptions indicate the configuration option to set. For boolean options you can override the config file by using something like -f-,--no-f, -f=no or several other variations.--empty
--format '%f "%v";%n'
-h, --help
-v, --version
-c, --config-file
-o, --option
VEJA TAMBÉM¶
apt.conf(5)DIAGNÓSTICO¶
apt-config devolve zero em operação normal, 100 decimal em erro.BUGS¶
APT bug page[1]. If you wish to report a bug in APT, please see /usr/share/doc/debian/bug-reporting.txt or the reportbug(1) command.TRANSLATION¶
The english translation was done by John Doe <john@doe.org> in 2009, 2010 and Daniela Acme <daniela@acme.us> in 2010 together with the Debian Dummy l10n Team <debian-l10n-dummy@lists.debian.org>.Note that this translated document may contain untranslated parts. This is done on purpose, to avoid losing content when the translation is lagging behind the original content.
AUTORES¶
Jason GunthorpeAPT team
NOTAS¶
- 1.
- APT bug page
30 Novembro 2013 | APT 1.4.9 |