Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何获取 NetBSD 中已安装软件包的列表。
例如在 debian/ubuntu 中是dpkg -l. 在 centos 中是rpm -qa.
dpkg -l
rpm -qa
pkg_info
即使没有安装 pkgin,它也可以工作。