This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
apt-cache
显示它知道哪些软件包,而不是您已安装的软件包。尝试 apt-cache policy psa 来查看首选哪个,并尝试 dpkg -l psa 来查看实际安装的内容。apt-cache
shows you what packages it knows about, not which packages you have installed. Tryapt-cache policy psa
to see which one is preferred, anddpkg -l psa
to see what is actually installed.