centos6.7,"rpm -qa"命令在哪里找数据?

centos6.7,where did the "rpm -qa" command look for data?

我在centos6.7上安装了nginx,然后我删除了所有包含"nginx"的目录或文件;但是当我使用"rpm -qa|grep nginx"命令时,我仍然可以找到nginx; 当我使用 "rpm -e nginx" 时,它没有显示 nginx;有人能告诉我为什么吗?

您可以轻松地从 rpm 数据库中删除 nginx 条目:

rpm -e --justdb nginx