Issue
I installed nginx on centos6.7,then I delete all directory or file contains "nginx";but when I use "rpm -qa|grep nginx" command,I can still find the nginx; when I use "rpm -e nginx",it show no nginx;is anybody could tell me why?
Solution
You can easily delete nginx entry from the rpm db:
rpm -e --justdb nginx
Answered By - alnet Answer Checked By - David Goodson (WPSolving Volunteer)