> 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).

# パッケージ管理の概要

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

<figure><img src="/files/e4c1392990a0f5e056cba10135c1de3c4c5a5e13" alt=""><figcaption><p>パッケージ管理一覧</p></figcaption></figure>

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

## フィルター

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

## 検索と並べ替え

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

検索は、入力に応じてリアルタイムで増分検索をサポートします。入力すると、検索結果は即座に更新されます。

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

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

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

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

<figure><img src="/files/65e926876363123d4dfc8fb85f397438507250a5" alt=""><figcaption><p>更新一覧</p></figcaption></figure>

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

もし *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.
