hello all:<br><br>I noitced that postgresql has been installed on my ubuntu box, i no longer use it, but there are few entries of postgresql in the application menu and becomes a eyesore. <br><br>I tried to remove it by launching:<br>
<br>sudo apt-get -f remove postgresql<br><br>the message shows:<br><br>Reading package lists... Done<br>Building dependency tree       <br>Reading state information... Done<br>Package postgresql is not installed, so not removed<br>
0 upgraded, 0 newly installed, 0 to remove and 97 not upgraded.<br><br><br>However, if I use nmap to test the running apps, it shows:<br><br>PORT     STATE SERVICE<br>22/tcp   open  ssh<br>631/tcp  open  ipp<br>5432/tcp open  postgresql<br>
8009/tcp open  ajp13<br><br><br><br>I am confused, anyone has any idea?<br><br>Thanks,<br>Hai<br><br>