I believe that some corrections need to be made to this package.<div><br></div><div>Namely the 'nginx' package contains only the docs (/usr/share/nginx/doc) when it should be a meta package aggregating nginx-full and nginx-common.</div>
<div><br></div><div>"apt-get install nginx" when invoked initially on a clean machine recognizes that nginx-full and nginx-common need to be installed and that is fine.</div><div>However, when "apt-get remove nginx" is invoked right after that,  it only removes the nginx package (the doc package) and leaves nginx-full and nginx-common intact and still installed.</div>
<div>I believe it should remove all of the packages so that when install is invoked again it actually re-installs them again.</div><div><br></div><div>Also if the nginx package just contains the docs should it not be named nginx-doc? The nginx meta package should then aggregate nginx-full, nginx-common and nginx-doc. And when remove is invoked remove them all from the system.</div>
<div><br></div><div><br></div><div><br></div><div>-Deni</div>