# 16. 以預編譯套件安裝

PostgreSQL 以預編譯套件的形式提供給當今大多數常見的操作系統。如果可用，這是為系統用戶推薦的安裝 PostgreSQL 的方式。以原始碼安裝的方式（請參閱[第 17 章](/15/server-administration/installation-from-source-code.md)）只推薦給開發 PostgreSQL 或擴充套件的朋友.

有關提供預編譯套件的平台更新列表，請參閱 PostgreSQL 網站上的下載頁面，網址為 <https://www.postgresql.org/download/>，按照個別平台的說明進行操作。


---

# 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.postgresql.tw/15/server-administration/installation-from-binaries.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.
