dpkg-vendor(1)
配布ベンダに関する情報をクエリする
書式
dpkg-vendor [option...] command
説明
dpkg-vendor は、/etc/dpkg/origins
にリストされたベンダに関する情報をクエリするツールである。現在のベンダの情報は、/etc/dpkg/origins/default
に格納されている。
コマンド
- --is vendor
-
Exits with 0 if the current vendor is vendor. Otherwise exits with
1.
- --derives-from vendor
-
Exits with 0 if the current vendor distribution is a derivative of
vendor, otherwise exits with 1. It uses the Parent field to browse
all ancestors of the current vendor.
- --query field
-
標準出力に、現在のベンダのベンダ固有の field の値を出力する。
- --help
-
利用方法を表示して終了する。
- --version
-
バージョン情報を表示して終了する。
オプション
- --vendor vendor
-
現在のベンダが、DEB_VENDOR 環境変数や /etc/dpkg/origins/default
から確認された値ではなく、vendor であると見なす。
環境変数
- DEB_VENDOR
-
現在のベンダを定義する設定。設定されていなかった場合、現在のベンダは /etc/dpkg/origins/default から設定される。