# 4.3.寻找所需的应用程序

FreeBSD 可用应用程序的列表一直在不断增长。有多种方式可以找到要安装的软件：

* FreeBSD 网站维护着一个最新的可搜索应用程序列表，地址为 [Ports Portal](https://ports.freebsd.org/)。可以按应用程序名称或软件类别搜索 Port。
* Dan Langille 维护着 [FreshPorts](https://www.freshports.org/)，提供了一个全面的搜索工具，还跟踪 Ports 中的应用程序变化。注册用户可以创建一个自定义的关注列表，以便在关注的 Port 更新时收到自动邮件。
* 如果寻找特定应用程序变得困难，可以尝试在 [SourceForge](https://sourceforge.net/) 和 [GitHub](https://github.com/) 等网站上搜索，然后返回 [Ports Portal](https://ports.freebsd.org/) 查看该应用程序是否已被移植。
* 使用 [pkg(8)](https://man.freebsd.org/cgi/man.cgi?query=pkg\&sektion=8\&format=html) 命令在二进制包仓库中搜索应用程序。


---

# 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://book.bsdcn.org/hanbook/di-4-zhang-an-zhuang-ying-yong-cheng-xu-ruan-jian-bao-he-ports/4.3.-xun-zhao-suo-xu-de-ying-yong-cheng-xu.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.
