Comment

Ismail Rachdaoui

Hi, there is an other tricks to remove nginx, nginx is a metapackage, so to remove it you should first remove all of its dependencies, to proceed just run "sudo apt-cache show nginx" this will display all nginx's related packages, in my case it was nginx-full nginx-ligh, then run apt-get remove to remove theme ''sudo apt-get remove nginx-full nginx-ligh' ...