Alex, great! I figured it out myself too, that&#39;s what I did:<br><br>hai@zodiac:~$ dpkg -l | grep postgre*<br>rc  postgresql-8.3                             8.3.7-0ubuntu8.10.1                                        object-relational SQL database, version 8.3 server<br>
rc  postgresql-common                          90                                                         PostgreSQL database-cluster manager<br><br>and I use &quot;dpkg -P &quot; to purge them. BTW, what &quot;rc&quot; stand for in here?<br>
hai<br><br><div class="gmail_quote">On Tue, Aug 18, 2009 at 10:59 AM, Alex Mandel <span dir="ltr">&lt;<a href="mailto:tech_dev@wildintellect.com">tech_dev@wildintellect.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Tomcat would show up as a Java process most likely.<br>
As for postgres the package does contain the version number since you<br>
can install and run multiple versions at the same time. Not sure why<br>
dpkg didn&#39;t catch it.<br>
Just try<br>
sudo dpkg -l | grep postgre<br>
to list them out for you.<br>
<font color="#888888"><br>
Alex<br>
</font><div><div></div><div class="h5"><br>
Hai Yi wrote:<br>
&gt; hey, peter:<br>
&gt;<br>
&gt; thanks! I checked using dpkg, it didn&#39;t return anything, so all point to the<br>
&gt; direction that postgresql is not there; but why nmap insists that postgresql<br>
&gt; is open? Also, i start tomcat but it&#39;s not reported by nmap. I&#39;ll send the<br>
&gt; question to nmap&#39;s forum and see what they say.<br>
&gt;<br>
&gt; thx again!<br>
&gt; Hai<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Aug 18, 2009 at 12:12 AM, Peter Jay Salzman &lt;<a href="mailto:p@dirac.org">p@dirac.org</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;  On Tue 18 Aug 09, 12:07 AM, Hai Yi &lt;<a href="mailto:yihai2004@gmail.com">yihai2004@gmail.com</a>&gt; said:<br>
&gt;&gt;&gt;    hello all:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    I noitced that postgresql has been installed on my ubuntu box, i no<br>
&gt;&gt; longer<br>
&gt;&gt;&gt;    use it, but there are few entries of postgresql in the application<br>
&gt;&gt; menu<br>
&gt;&gt;&gt;    and becomes a eyesore.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    I tried to remove it by launching:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    sudo apt-get -f remove postgresql<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    the message shows:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    Reading package lists... Done<br>
&gt;&gt;&gt;    Building dependency tree<br>
&gt;&gt;&gt;    Reading state information... Done<br>
&gt;&gt;&gt;    Package postgresql is not installed, so not removed<br>
&gt;&gt;&gt;    0 upgraded, 0 newly installed, 0 to remove and 97 not upgraded.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    However, if I use nmap to test the running apps, it shows:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    PORT     STATE SERVICE<br>
&gt;&gt;&gt;    22/tcp   open  ssh<br>
&gt;&gt;&gt;    631/tcp  open  ipp<br>
&gt;&gt;&gt;    5432/tcp open  postgresql<br>
&gt;&gt;&gt;    8009/tcp open  ajp13<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    I am confused, anyone has any idea?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    Thanks,<br>
&gt;&gt;&gt;    Hai<br>
&gt;&gt; Hai, to get the exact name of the postgresql package try this:<br>
&gt;&gt;<br>
&gt;&gt;   dpkg -l &quot;*postgre*&quot; | grep ii<br>
&gt;&gt;<br>
&gt;&gt; It&#39;ll search for all installed packages (grep ii) with the string<br>
&gt;&gt; &quot;postgre&quot; somewhere in the package name (dpkg -l &quot;*postgre*&quot;).<br>
&gt;&gt;<br>
&gt;&gt; Pete<br>
_______________________________________________<br>
vox-tech mailing list<br>
<a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br>
<a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br>
</div></div></blockquote></div><br>