<?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: swinstall question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312535#M339595</link>
    <description>Got it working like a dream with the script method, but i found the command line method failed. Below is what I used, what have I got wrong here?&lt;BR /&gt;&lt;BR /&gt;swcopy -x write_remote_files=true -x enforce_dependencies=false -s /usr/local/downloads/vim/*.depot \* @/tmp/depot</description>
    <pubDate>Tue, 25 Nov 2008 14:14:45 GMT</pubDate>
    <dc:creator>Nyck_1</dc:creator>
    <dc:date>2008-11-25T14:14:45Z</dc:date>
    <item>
      <title>swinstall question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312530#M339590</link>
      <description>I have a requirement to install gvim on 11.23 and its requiring 20 dependancies, normally I would just swinstall each one but this is daft. Can someone tell me an easy way to install these dependancies in one go please?</description>
      <pubDate>Tue, 25 Nov 2008 12:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312530#M339590</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2008-11-25T12:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312531#M339591</link>
      <description>Use swcopy to place them all in one depot, from whence they can all be installed at once.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 25 Nov 2008 12:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312531#M339591</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-11-25T12:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312532#M339592</link>
      <description>Hi Nyck,&lt;BR /&gt;&lt;BR /&gt;Copy all dependencies to one depot: &lt;BR /&gt;&lt;BR /&gt;swcopy -s dep1.depot \* @ /var/depot/yourdepot&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;after that install all at once: &lt;BR /&gt;&lt;BR /&gt;swinstall -s /var/depot/yourdepot \* &lt;BR /&gt;or&lt;BR /&gt;swinstall -s /var/depot/yourdepot dep1 dep2 dep3 dep4 ... &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Nov 2008 12:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312532#M339592</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-11-25T12:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312533#M339593</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Download all the dependency depots into a single directory and the gvim depot.&lt;BR /&gt;&lt;BR /&gt;Then:&lt;BR /&gt;# run this in script form with $1 ad the target depot&lt;BR /&gt;&lt;BR /&gt;for i in *.depot&lt;BR /&gt;do&lt;BR /&gt;   swcopy -x write_remote_files=true -x enforce_dependencies=false -s ${PWD}/$i \* @ ${1}&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Example&lt;BR /&gt;&lt;BR /&gt;depmake gvim_with_deps.depot&lt;BR /&gt;&lt;BR /&gt;swinstall $PWD/gvim_with_deps.depot \*&lt;BR /&gt;&lt;BR /&gt;1 line install&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 25 Nov 2008 13:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312533#M339593</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-11-25T13:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312534#M339594</link>
      <description>Nyck&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-2146/ch04s02.html" target="_blank"&gt;http://docs.hp.com/en/5992-2146/ch04s02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Tue, 25 Nov 2008 13:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312534#M339594</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2008-11-25T13:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312535#M339595</link>
      <description>Got it working like a dream with the script method, but i found the command line method failed. Below is what I used, what have I got wrong here?&lt;BR /&gt;&lt;BR /&gt;swcopy -x write_remote_files=true -x enforce_dependencies=false -s /usr/local/downloads/vim/*.depot \* @/tmp/depot</description>
      <pubDate>Tue, 25 Nov 2008 14:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312535#M339595</guid>
      <dc:creator>Nyck_1</dc:creator>
      <dc:date>2008-11-25T14:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312536#M339596</link>
      <description>You can't use wildcards in the swcopy command.&lt;BR /&gt;&lt;BR /&gt;You must do something like this:&lt;BR /&gt;&lt;BR /&gt;cd /usr/local/downloads/vim&lt;BR /&gt;for DEPOT in *.depot&lt;BR /&gt;do&lt;BR /&gt;swcopy -x write_remote_files=true -x enforce_dependencies=false -s /usr/local/downloads/vim/${DEPOT} \* @ /tmp/depot&lt;BR /&gt;done</description>
      <pubDate>Tue, 25 Nov 2008 14:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312536#M339596</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-11-25T14:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312537#M339597</link>
      <description>I believe for swcopy need a full path.&lt;BR /&gt;&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# mkdir depot&lt;BR /&gt;# for i in /tmp/*.depot&lt;BR /&gt;# do&lt;BR /&gt;#    swcopy -s $i \* @/tmp/depot&lt;BR /&gt;# done&lt;BR /&gt;# swlist -l depot&lt;BR /&gt;# swinstall -s /tmp/depot&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Nov 2008 15:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-question/m-p/4312537#M339597</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2008-11-25T15:26:25Z</dc:date>
    </item>
  </channel>
</rss>

