<?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: swlist in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850606#M395151</link>
    <description>If you use the swinstall TUI or GUI you can select what you are installing and hit return or double click on the product / package and it will go down through the various components of the product and eventually allow you to get down to the file level.</description>
    <pubDate>Thu, 23 Oct 2003 09:46:21 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2003-10-23T09:46:21Z</dc:date>
    <item>
      <title>swlist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850603#M395148</link>
      <description>&lt;BR /&gt;1. How can I get the list of all files to be installed and check where the files are going to be installed (/usr/local, /opt, etc.) before swinstalling them.&lt;BR /&gt;&lt;BR /&gt;2. Same question, but after something was installed?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Ross</description>
      <pubDate>Thu, 23 Oct 2003 09:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850603#M395148</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2003-10-23T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: swlist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850604#M395149</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I use:&lt;BR /&gt;&lt;BR /&gt;tar -tvf yourfile.depot&lt;BR /&gt;&lt;BR /&gt;That give me the list of the file ab=nd where they are to be installed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Mehdi</description>
      <pubDate>Thu, 23 Oct 2003 09:42:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850604#M395149</guid>
      <dc:creator>Mehdi_1</dc:creator>
      <dc:date>2003-10-23T09:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: swlist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850605#M395150</link>
      <description>swlist -v &lt;BR /&gt;&lt;BR /&gt;swlist -a path&lt;BR /&gt;&lt;BR /&gt;Second one seems right.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 23 Oct 2003 09:44:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850605#M395150</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-23T09:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: swlist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850606#M395151</link>
      <description>If you use the swinstall TUI or GUI you can select what you are installing and hit return or double click on the product / package and it will go down through the various components of the product and eventually allow you to get down to the file level.</description>
      <pubDate>Thu, 23 Oct 2003 09:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850606#M395151</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-10-23T09:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: swlist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850607#M395152</link>
      <description>And the second part of your question:&lt;BR /&gt;&lt;BR /&gt;swlist -l file depot_content_name | more&lt;BR /&gt;&lt;BR /&gt;Where depot_content_name would be something like this. If you were installing HP Apache then no matter what the depot was called it would be the package name ie:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#swlist |grep -i apache&lt;BR /&gt;  B9416AA                       2.0.43.00.05   HP Apache-based Web Server&lt;BR /&gt;&lt;BR /&gt;Then you would run:&lt;BR /&gt;&lt;BR /&gt;swlist -l file B9416AA | more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Oct 2003 09:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850607#M395152</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-10-23T09:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: swlist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850608#M395153</link>
      <description>Before Install:&lt;BR /&gt;&lt;BR /&gt;Depot file for the product/bundle "ABCD" on local server as /tmp/ABCD.depot&lt;BR /&gt;&lt;BR /&gt;swlist -l file ABCD -s /tmp/ABCD.depot&lt;BR /&gt;&lt;BR /&gt;Product/bundle "ABCD" is on an ignite server "xyz" in SW depot /swdepot/apps&lt;BR /&gt;&lt;BR /&gt;swlist -l file ABCD -d @ xyz:/swdepot/apps&lt;BR /&gt;&lt;BR /&gt;After install:&lt;BR /&gt;&lt;BR /&gt;swlist -l file &lt;PRODUCT&gt; &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Pramod&lt;/PRODUCT&gt;</description>
      <pubDate>Thu, 23 Oct 2003 10:03:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850608#M395153</guid>
      <dc:creator>Pramod_4</dc:creator>
      <dc:date>2003-10-23T10:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: swlist</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850609#M395154</link>
      <description>thanks for your help</description>
      <pubDate>Fri, 10 Sep 2004 08:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swlist/m-p/4850609#M395154</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2004-09-10T08:36:54Z</dc:date>
    </item>
  </channel>
</rss>

