# 8.1.概述

虽然 FreeBSD 由于其性能和稳定性而广受欢迎于服务器领域，但它同样非常适合作为日常使用的桌面系统。FreeBSD 的 Ports 中包含 36000 余款应用程序，因此构建一款能够运行多种桌面应用的定制化桌面环境变得十分简单。本章将演示如何安装常见的桌面环境，以及网页浏览器、办公软件、文档查看器和财务软件等桌面应用。

前提条件：

* 本章的读者应已了解如何在 FreeBSD 上安装 [X Window 系统](https://docs.freebsd.org/en/books/handbook/x11/#x11) 或 [Wayland](https://docs.freebsd.org/en/books/handbook/wayland/#wayland)。
* 本章中将指导读者安装官方预编译软件包。如需了解如何通过 Ports 构建自定义软件包，请参考 [使用 Ports](https://docs.freebsd.org/en/books/handbook/ports/#ports-using) 一节。


---

# 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://handbook.bsdcn.org/di-8-zhang-zhuo-mian-huan-jing/8.1.-gai-shu.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.
