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

# パッケージ管理の概要

RealmJoin Package Management では、RealmJoin と Microsoft Intune 全体のすべてのパッケージを一覧表示し、フィルター、検索、並べ替え、バージョン更新の管理ができます。

Package Management では、RealmJoin と Microsoft Intune 全体で、現在あなたの環境に存在するすべてのパッケージが表示されます。

<figure><img src="https://3438325150-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrcM7cKOpXKri1kVrh%2Fuploads%2FM6A5aWtykxhn4AubZfXj%2Fimage.png?alt=media&amp;token=1a0c09c3-8f01-426a-8d08-93c2e76bced6" alt=""><figcaption><p>Package Management リスト</p></figcaption></figure>

パッケージ名をクリックすると、そのパッケージの [詳細ページ](/ja/apurikshon/packages/package-details.md).

## フィルター

* **すべて** - RealmJoin と Intune 全体のすべてのパッケージを表示します。モバイル パッケージと Windows ストア パッケージも含みます
* **サポート対象** - RealmJoin によって管理されるパッケージのみを表示します (RealmJoin Client + Intune)
* **RealmJoin** - RealmJoin Client を通じて展開された RealmJoin パッケージのみを表示します
* **Intune** - Microsoft Intune を通じて展開された RealmJoin パッケージのみを表示します
* **更新のみ** - パッケージ ストア内により新しいバージョンが存在するパッケージに表示を限定します。
* **自動化のみ** - 新しいバージョンの自動展開が構成されているパッケージ ストア内のパッケージに表示を限定します。

## 検索と並べ替え

パッケージ一覧では、名前、バージョン、プラットフォームなど、表示されている任意のフィールドで組織内の任意のパッケージを検索できます。

検索はリアルタイムの入力時増分検索に対応しています。入力に応じて検索結果が即座に更新されます。

フィールド名をクリックすると、現在の検索結果または全一覧を任意のフィールドで並べ替えることができます。

## バージョンとプレビュー

RealmJoin は、ソフトウェア パッケージの段階的な更新手順をサポートしています。

管理対象パッケージのより新しいバージョンが存在する場合、パッケージの新しいバージョンを **プレビュー**。これにより、新しいバージョンを持つパッケージの別インスタンスが作成され、このパッケージのプレビューをテスト用のパイロット ユーザー グループに割り当てられます。

<figure><img src="https://3438325150-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrcM7cKOpXKri1kVrh%2Fuploads%2FaTw6cNh3X5mdSzNVe3lk%2Fimage.png?alt=media&amp;token=025d0094-ff2d-4901-b404-18739bed6aa7" alt=""><figcaption><p>更新一覧</p></figcaption></figure>

パッケージ一覧には、メイン パッケージのバージョン情報、プレビュー パッケージ（利用可能な場合）、およびパッケージ ストアで現在利用可能なパッケージのバージョン番号が表示されます。

更新は常に最新のストア バージョンを対象とします。パッケージの詳細ページで特定のより新しいバージョンを選択しない限り、参照 [別のバージョンを選択](/ja/apurikshon/packages/package-details.md#update)。購読済みパッケージをダウングレードすることはできません。

もし *Update Automation* が有効になっている場合、希望する更新時間枠が列に表示されます **自動化**。値が「ASAP」の場合、パッケージは更新時期です。


---

# 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.realmjoin.com/ja/apurikshon/packages/package-management.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.
