> 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 と 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 は、ソフトウェア パッケージの段階的な更新手順をサポートしています。

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

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