- stretch 1.4.9
- testing 1.8.2
- unstable 1.8.2
- experimental 1.9.1
APT-CONFIG(8) | APT | APT-CONFIG(8) |
名前¶
apt-config - APT 設定取得プログラム概要¶
apt-config [--empty] [--format ' %f "%v";%n'] [-o=config_string] [-c=config_file] {shell | dump | {-v | --version} | {-h | --help}}
説明¶
apt-config は、APT スイートの様々な所で一貫した設定を行うために使用する、内部プログラムです。スクリプトアプリケーションで使いやすい方法で、メイン設定ファイル /etc/apt/apt.conf にアクセスします。-h オプションや --help オプションを除き、以下に挙げるコマンドが必要です。
shell
OPTS="-f" RES=`apt-config shell OPTS MyApp::options` eval $RES
設定項目は /[fdbi] を後ろに付けられます。f はファイル名を、d はディレクトリを、b は true か false を、i は整数を返します。返り値ごとに内部で正規化と検証を行います。
dump
オプション¶
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
関連項目¶
apt.conf(5)診断メッセージ¶
apt-config は正常終了時に 0 を返します。エラー時には十進の 100 を返します。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.
著者¶
Gunthorpe Jason[FAMILY Given][FAMILY Given]
注記¶
- 1.
- APT bug page
30 11 月 2013 | APT 1.4.9 |