OpenBSD pkg_info找不到包装?
我可以看到 UniFi 端口出现在该端口列表中。但是,运行 pkg_info -Q unifi
不会产生任何结果。
如何确定发生这种情况的原因?
我使用 pkg_info -Q unzip
进行了测试,它响应良好:
system# whoami
root
system# pkg_info -Q unifi
system# pkg_info -Q unzip
unzip-6.0p14
unzip-6.0p14-iconv
system#
I can see that the UniFi port is present this ports list. However, running pkg_info -Q unifi
yields no results.
How do I determine why this is occurring?
I tested with pkg_info -Q unzip
and it responds fine:
system# whoami
root
system# pkg_info -Q unifi
system# pkg_info -Q unzip
unzip-6.0p14
unzip-6.0p14-iconv
system#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
刚刚了解到一些端口(例如 UniFi)并未随基本系统一起分发。为了添加这些类型的包,需要配置 ports 树 。
Just learned that some ports (like
UniFi
) are not distributed with the base system. In order to add these types of packages, the ports tree needs to be configured.