# パッケージ

[デバイスビュー](/platform/ja/user-guide/device-view.md)の「**パッケージ**」タブは、現在のデバイスにインストールされているすべてのパッケージとそのバージョンに関する情報を提供します。 この情報は、トラブルシューティングのシナリオで、任意の時点でデバイスの構成を理解するために使用できます。

「**更新**」と「**プログラム**」のチェックボックスフィルターを使用して、2つのカテゴリのいずれか、両方、またはどちらも表示しないように設定できます。 検索バーを使用して、パッケージを名前で検索できます。

* **パッケージ名**：オペレーティングシステムにリストされているパッケージ名。
  * Nexthinkは1時間ごとに新しいパッケージをスキャンします。 インストールおよびアンインストールイベントは、毎時のスキャンと一致します。
* \*\*パッケージバージョン：\*\*文字列として保存されたパッケージのバージョン。
  * データは文字列として保存されますが、これはオペレーティングシステムによって報告されたパッケージバージョンが必ずしも数値であるわけではないためです。 これはx.y.z.t形式に一貫して従う`binary.version`とは対照的です。
* \*\*パッケージタイプ：\*\*プログラムを含むか、既存のパッケージへのアップデートを含むかを表示します。
  * カテゴリは**プログラム**と**更新**です。

{% hint style="info" %}
右側パネルの**アクション**ロケットアイコンを使用すると、デバイスビューページからターゲットデバイスに関連するアクションをユーザーの[ロール](/platform/ja/user-guide/device-view.md#deviceview-requiredpermissionsfordeviceview) パーミッションに応じて実行することができます。
{% endhint %}

***

関連トピック:

* [チェックリスト](/platform/ja/user-guide/administration/content-management/checklists-management.md)
* [評価](/platform/ja/user-guide/administration/content-management/ratings-management.md)
* [Investigations](/platform/ja/user-guide/investigations.md)
* [通話品質の問題に対処するためのデバイスビューの使用](/platform/ja/user-guide/collaboration-experience/using-device-view-for-call-quality-issues.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nexthink.com/platform/ja/user-guide/device-view/packages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
