Problem scenario
You want to remove Nginx from an Ubuntu server. You run this: sudo apt-get remove nginx
But you receive this error:
“
Reading package lists… Done
Building dependency tree
Reading state information… Done
You might want to run ‘apt-get -f install’ to correct these:
The following packages have unmet dependencies:
nginx-dbg : Depends: nginx (= 1.12.1-1~xenial)
E: Unmet dependencies.
…
Continue reading “How Do You Troubleshoot Nginx Not Being Removed from Ubuntu Linux Like It Should?”