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 - programma di interrogazione della configurazione di APTSINOSSI¶
apt-config [--empty] [--format ' %f "%v";%n'] [-o=config_string] [-c=config_file] {shell | dump | {-v | --version} | {-h | --help}}
DESCRIZIONE¶
apt-config è un programma interno usato da varie parti della suite APT per fornire una configurabilità coerente. Accede al file principale di configurazione /etc/apt/apt.conf in un modo facile da usare da parte di applicazioni che usano script.A meno che non venga fornita l'opzione -h o --help, deve essere presente uno dei comandi seguenti.
shell
OPZIONI="-f" RES=`apt-config shell OPZIONI MiaApp::opzioni` eval $RES
La voce di configurazione può essere seguita da /[fdbi]. f restituisce nomi di file, d restituisce directory, b restituisce vero o falso e i restituisce un intero. Ogni valore restituito è normalizzato e verificato internamente.
dump
OPZIONI¶
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
VEDERE ANCHE¶
apt.conf(5)DIAGNOSTICA¶
apt-config restituisce zero in caso di funzionamento normale e il valore decimale 100 in caso di errore.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.
AUTORI¶
Jason GunthorpeAPT team
NOTE¶
- 1.
- APT bug page
30 novembre 2013 | APT 1.4.9 |