> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/references/references-classic/glossary-classic/package-classic.md).

# パッケージ（クラシック）

パッケージは、配布可能な形式でのソフトウェア製品を表すオブジェクトです。 パッケージは、デバイスにインストールされたり、デバイスからアンインストールされたりすることができます。

Nexthinkはパッケージを2つの種類に分類します。

**プログラム**\
プログラムパッケージは、インストールの準備が整った完全なソフトウェア製品を保持します。

**アップデート**\
アップデートパッケージ、またはパッチと呼ばれるものは、バグ修正、セキュリティ修正、その他のプログラムパッケージの改善を含んでいます。

パッケージとアプリケーションを混同しないでください。 パッケージはソフトウェア製品のインストール可能な形式を表します。 アプリケーションはソフトウェア製品の実行可能な形式を表します。 Nexthinkのソリューションは、パッケージがインストールされたときにその存在を検出し、アプリケーションが実行されたときにその存在を認識します。

アプリケーションと対応するパッケージの間のリンクは常に確立されるわけではないため、一方から他方にナビゲートすることはできません。 場合によっては、アプリケーションの個々の実行可能ファイルに関するリンクが知られています。 この場合、実行可能ファイルの**パッケージ**フィールドにパッケージの名前を見つけることができます。 1つの実行可能ファイルが複数のパッケージにリンクされることもありますが、パッケージの名前のみが表示され、実行可能ファイルからパッケージへの掘り下げは許可されていません。

***

関連トピック

* [バイナリ](/platform/ja/references/references-classic/glossary-classic/binary-classic.md)
* [実行可能ファイル](/platform/ja/references/references-classic/glossary-classic/executable-classic.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nexthink.com/platform/ja/references/references-classic/glossary-classic/package-classic.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
