<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: checking for j2sdk package using rpm -q in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/checking-for-j2sdk-package-using-rpm-q/m-p/3355532#M13581</link>
    <description>Hi Amit&lt;BR /&gt;&lt;BR /&gt;try rpm -qa | more &lt;BR /&gt;&lt;BR /&gt;you will see what is installed via rpm. (If you have installed java from source, you will not see it )&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
    <pubDate>Sun, 15 Aug 2004 03:25:41 GMT</pubDate>
    <dc:creator>Jan Sladky</dc:creator>
    <dc:date>2004-08-15T03:25:41Z</dc:date>
    <item>
      <title>checking for j2sdk package using rpm -q</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-for-j2sdk-package-using-rpm-q/m-p/3355528#M13577</link>
      <description>Hi,&lt;BR /&gt;  I want to know how can I check j2sdk rpm is &lt;BR /&gt;  installed on the system or not.&lt;BR /&gt;&lt;BR /&gt;  Because when i give&lt;BR /&gt;  #rpm -q j2sdk&lt;BR /&gt;  Nothing comes but I am sure it is installed&lt;BR /&gt;  becuase i am using it.&lt;BR /&gt;&lt;BR /&gt;  Apart from this How can i invoke rpm manager&lt;BR /&gt;  gui from my telnet session.&lt;BR /&gt;&lt;BR /&gt;  Thanks &lt;BR /&gt;  Amit</description>
      <pubDate>Thu, 12 Aug 2004 07:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-for-j2sdk-package-using-rpm-q/m-p/3355528#M13577</guid>
      <dc:creator>Amit Dixit_2</dc:creator>
      <dc:date>2004-08-12T07:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: checking for j2sdk package using rpm -q</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-for-j2sdk-package-using-rpm-q/m-p/3355529#M13578</link>
      <description>rpm -q * | more&lt;BR /&gt;&lt;BR /&gt;You can grep the output or just look at it and see if you see the java 2 sdk.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2004 08:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-for-j2sdk-package-using-rpm-q/m-p/3355529#M13578</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-12T08:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: checking for j2sdk package using rpm -q</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-for-j2sdk-package-using-rpm-q/m-p/3355530#M13579</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;  Already did what you are suggesting but &lt;BR /&gt;  the most strange part of this is that I &lt;BR /&gt;  have already un-installed the default &lt;BR /&gt;  j2sdk of the system still It is listing it.&lt;BR /&gt;&lt;BR /&gt;  Anybody know how to export display for &lt;BR /&gt;  Linux using XCEED (XCONFIG) &lt;BR /&gt;  &lt;BR /&gt;  Thanks,&lt;BR /&gt;  Amit&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2004 08:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-for-j2sdk-package-using-rpm-q/m-p/3355530#M13579</guid>
      <dc:creator>Amit Dixit_2</dc:creator>
      <dc:date>2004-08-12T08:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: checking for j2sdk package using rpm -q</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-for-j2sdk-package-using-rpm-q/m-p/3355531#M13580</link>
      <description>Thanx for reply AMIT SIR&lt;BR /&gt;&lt;BR /&gt;yes I have re-installed the server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;how can i forgat u .u r my Ideal person .&lt;BR /&gt;i want to become like you. My all &lt;BR /&gt;Friends are aware to u . and when anybody&lt;BR /&gt;wants to know that who is ur Ideal person&lt;BR /&gt;then i always reply "Mr Amit Dixit is my &lt;BR /&gt;Ideal person". so how can i forgat &lt;BR /&gt;you. &lt;BR /&gt;&lt;BR /&gt;Can u give me ur Email Id or cell no.&lt;BR /&gt;if u dont have any problem.&lt;BR /&gt;&lt;BR /&gt;bbye and a nice day.&lt;BR /&gt;&lt;BR /&gt;DUSHYANT</description>
      <pubDate>Sat, 14 Aug 2004 05:40:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-for-j2sdk-package-using-rpm-q/m-p/3355531#M13580</guid>
      <dc:creator>Tyagi</dc:creator>
      <dc:date>2004-08-14T05:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: checking for j2sdk package using rpm -q</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-for-j2sdk-package-using-rpm-q/m-p/3355532#M13581</link>
      <description>Hi Amit&lt;BR /&gt;&lt;BR /&gt;try rpm -qa | more &lt;BR /&gt;&lt;BR /&gt;you will see what is installed via rpm. (If you have installed java from source, you will not see it )&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
      <pubDate>Sun, 15 Aug 2004 03:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-for-j2sdk-package-using-rpm-q/m-p/3355532#M13581</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-08-15T03:25:41Z</dc:date>
    </item>
  </channel>
</rss>

