查看通过 MacPorts 安装的内容

发布于 2025-01-03 13:37:52 字数 88 浏览 0 评论 0原文

有没有办法查看我通过 MacPorts 安装的所有内容?

我知道我已经安装了 Apache 和 php 5.3.8,但我想看看我还安装了哪些内容。

Is there a way to see all I have installed via MacPorts?

I know I have installed Apache and php 5.3.8, but I'd like to see what else I have installed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

七色彩虹 2025-01-10 13:37:52

使用已安装的端口列出您的所有端口。

Use port installed to list all of your ports.

太阳公公是暖光 2025-01-10 13:37:52

如果您不再安装 MacPorts(因此主要答案所建议的端口安装请求将不起作用),您可以直接查询 MacPorts 数据库,如果您之前卸载了 MacPorts,该数据库将保留。

1. (可选)首先验证数据库是否存在:

ls /opt/local/var/macports/registry/registry.db

2. 查询数据库

sqlite3 /opt/local/var/macports/registry/registry.db "SELECT name, version FROM ports;"

In case you no longer have MacPorts installed (and therefore port installed requested as suggested by the main answer will not work), you can directly query the MacPorts database, which will remain if you previously uninstalled MacPorts.

1. Optionally, first verify database exists:

ls /opt/local/var/macports/registry/registry.db

2. Query the Database

sqlite3 /opt/local/var/macports/registry/registry.db "SELECT name, version FROM ports;"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文