Solaris 11 にインストールされていない SRU に関する情報の取得

Solaris 11 にインストールされていない SRU に関する情報の取得

Solaris 11.4x86 VM にリポジトリを登録しました。 SRUをインポートしようとすると、いくつかの結果が表示され、そのうちの1つがインストールされています。

# pkg list -af entire
...
entire                    11.4-11.4.3.0.1.5.0        ---
entire                    11.4-11.4.2.0.1.3.0        i--
entire                    11.4-11.4.1.0.1.4.0        ---
entire                    11.4-11.4.0.0.1.15.0       ---
entire                    0.5.11-0.175.3.35.0.6.0    ---
...

インストールされている(11.4-11.4.2.0.1.3.0)に関する情報を取得するには、次のものを使用できます。

# pkg info [email protected]
and receive Summary, State, Packaging Date etc.
For not installed (all other instances) I receive:
# pkg info [email protected]
pkg: info: no packages matching the following patterns you specified are
installed on the system.  Try querying remotely instead:
[email protected]

私の質問は:利用可能なリストからSRU全体の詳細をどのように受け取ることができますか?

それともこれについて読むことができる場所を教えてください。

ベストアンサー1

このコマンドは必要な情報を取得します。

pkg info -r [email protected]

おすすめ記事