<?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: how to install software? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702197#M58178</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;it's still zipped and a tar file.&lt;BR /&gt;&lt;BR /&gt;use gunzip first then tar -xvf [file_name]&lt;BR /&gt;then swinstall (-i)&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;E.</description>
    <pubDate>Fri, 12 Apr 2002 06:53:27 GMT</pubDate>
    <dc:creator>Emiel van Grinsven</dc:creator>
    <dc:date>2002-04-12T06:53:27Z</dc:date>
    <item>
      <title>how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702195#M58176</link>
      <description>i download a software  /home/pin/swatch-3.0.4.tar.gz&lt;BR /&gt;but i cant use swinstall to install it,why?</description>
      <pubDate>Fri, 12 Apr 2002 06:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702195#M58176</guid>
      <dc:creator>iambluegary</dc:creator>
      <dc:date>2002-04-12T06:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702196#M58177</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Because this is not a hp-ux software depot.&lt;BR /&gt;This is a source distribution which you should compile.&lt;BR /&gt;If you want to use swinstall you need a binary hp-ux version.&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Fri, 12 Apr 2002 06:52:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702196#M58177</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-12T06:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702197#M58178</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;it's still zipped and a tar file.&lt;BR /&gt;&lt;BR /&gt;use gunzip first then tar -xvf [file_name]&lt;BR /&gt;then swinstall (-i)&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;E.</description>
      <pubDate>Fri, 12 Apr 2002 06:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702197#M58178</guid>
      <dc:creator>Emiel van Grinsven</dc:creator>
      <dc:date>2002-04-12T06:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702198#M58179</link>
      <description>first unzip it&lt;BR /&gt;&lt;BR /&gt;gzip -d swatch-3.0.4.tar.gz&lt;BR /&gt;&lt;BR /&gt;then look what's inside the tar archive&lt;BR /&gt;&lt;BR /&gt;tar tvf swatch-3.0.4.tar&lt;BR /&gt;&lt;BR /&gt;if it has a .depot or a .SD, extract it&lt;BR /&gt;&lt;BR /&gt;tar xf swatch-3.0.4.tar&lt;BR /&gt;&lt;BR /&gt;and install it&lt;BR /&gt;&lt;BR /&gt;swinstall -s /home/pin/swatch-3.0.4.deport swatch&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Apr 2002 06:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702198#M58179</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-04-12T06:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702199#M58180</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Probably there is a installation instruction in the tar package.&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Fri, 12 Apr 2002 06:54:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702199#M58180</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-12T06:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702200#M58181</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;To untar a gziped archieve; &lt;BR /&gt;&lt;BR /&gt;gunzip -c archieve.tar.gz | tar xvf &lt;DIR&gt;&lt;BR /&gt;&lt;BR /&gt;C.&lt;/DIR&gt;</description>
      <pubDate>Fri, 12 Apr 2002 06:56:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702200#M58181</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-12T06:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702201#M58182</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;#gunzip /home/pin/swatch-3.0.4.tar.gz &lt;BR /&gt;#tar xv /home/pin/swatch-3.0.4.tar&lt;BR /&gt;&lt;BR /&gt;tar will extract lot of files . Usually you need not use swinstall for this type of packages , search for install or setup shell&lt;BR /&gt;scripts in the extracted files and run it.&lt;BR /&gt;note: readme file will be there among the extracted file , better to read it once.&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Apr 2002 06:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702201#M58182</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-04-12T06:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702202#M58183</link>
      <description>well,i have gzip and tar the bag,but when i try to install it with:&lt;BR /&gt;swinstall -s /home/pin/swatch-3.0.4.deport swatch &lt;BR /&gt;look following:&lt;BR /&gt;=======  04/12/02 04:14:23 EDT  BEGIN swinstall SESSION&lt;BR /&gt;         (non-interactive)&lt;BR /&gt;&lt;BR /&gt;       * Session started for user "root@tsrad".&lt;BR /&gt;         &lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;       * Target connection succeeded for "tsrad:/".&lt;BR /&gt;ERROR:   There is currently no depot software on host "tsrad" at&lt;BR /&gt;         location "/home/pin/swatch-3.0.4.deport". Make sure that an&lt;BR /&gt;         absolute pathname is specified for location (beginning with&lt;BR /&gt;         "/").&lt;BR /&gt;       * Source connection failed for&lt;BR /&gt;         "tsrad:/home/pin/swatch-3.0.4.deport".&lt;BR /&gt;WARNING: More information may be found in the daemon logfile on this&lt;BR /&gt;         target (default location is tsrad:/var/adm/sw/swagentd.log).&lt;BR /&gt;       * Selection had errors.&lt;BR /&gt;         &lt;BR /&gt;         &lt;BR /&gt;&lt;BR /&gt;=======  04/12/02 04:14:24 EDT  END swinstall SESSION (non-interactive)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what should i do</description>
      <pubDate>Fri, 12 Apr 2002 07:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702202#M58183</guid>
      <dc:creator>iambluegary</dc:creator>
      <dc:date>2002-04-12T07:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702203#M58184</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;rename the file to ** depot.&lt;BR /&gt;use swinstall -i for an interactive session.&lt;BR /&gt;&lt;BR /&gt;Are you sure it's a depot and not a product?&lt;BR /&gt;&lt;BR /&gt;Hth, E</description>
      <pubDate>Fri, 12 Apr 2002 07:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702203#M58184</guid>
      <dc:creator>Emiel van Grinsven</dc:creator>
      <dc:date>2002-04-12T07:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702204#M58185</link>
      <description>hi ,&lt;BR /&gt;forgive me, for typematic mistake.&lt;BR /&gt;use tar xvf&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Apr 2002 07:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702204#M58185</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-04-12T07:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702205#M58186</link>
      <description>Typo: swinstall -s /home/pin/swatch-3.0.4.deport swatch &lt;BR /&gt;&lt;BR /&gt;it's not .deport, but depot&lt;BR /&gt;&lt;BR /&gt;to see what's *INSIDE* a depot:&lt;BR /&gt;&lt;BR /&gt;swlist -s /home/pin/swatch-3.0.4.depot -l product -l bundle&lt;BR /&gt;&lt;BR /&gt;Since I think I've hit the nail 100% in my first reply, I think you should start asigning poiunt to the messages</description>
      <pubDate>Fri, 12 Apr 2002 07:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702205#M58186</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-04-12T07:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702206#M58187</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When you untar the product, follow swatch-3.0.4/INSTALL file.  It says:&lt;BR /&gt;&lt;BR /&gt;To install, simply issue the following commands:&lt;BR /&gt;&lt;BR /&gt;        perl Makefile.PL&lt;BR /&gt;        make&lt;BR /&gt;        make test&lt;BR /&gt;        make install&lt;BR /&gt;        make realclean&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mateja&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Apr 2002 07:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702206#M58187</guid>
      <dc:creator>Mateja Bezjak</dc:creator>
      <dc:date>2002-04-12T07:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702207#M58188</link>
      <description>i found i didnot have CPAN module&lt;BR /&gt;and i go to search.cpan.org,but i dont know what is the module i need</description>
      <pubDate>Fri, 12 Apr 2002 07:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702207#M58188</guid>
      <dc:creator>iambluegary</dc:creator>
      <dc:date>2002-04-12T07:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702208#M58189</link>
      <description>Seems from the answers this is not a SD depot. But generally speaking a depot is a a tar file too so you can do a 'tar tvf XX.tar'.&lt;BR /&gt;On the other hand you can also try a swlist to see if it's a depot.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Fri, 12 Apr 2002 08:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702208#M58189</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-04-12T08:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to install software?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702209#M58190</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The README file says:&lt;BR /&gt;----&lt;BR /&gt;It now requires perl 5 and the following modules: Time::HiRes, Date::Calc, &lt;BR /&gt;Date::Format, and File::Tail.&lt;BR /&gt;&lt;BR /&gt;It now uses the File::Tail module instead of the unix tail(1) command to&lt;BR /&gt;actively monitor a file.&lt;BR /&gt;----&lt;BR /&gt;Check &lt;A href="http://www.oit.ucsb.edu/~eta/swatch/README" target="_blank"&gt;http://www.oit.ucsb.edu/~eta/swatch/README&lt;/A&gt;</description>
      <pubDate>Fri, 12 Apr 2002 08:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-software/m-p/2702209#M58190</guid>
      <dc:creator>Mateja Bezjak</dc:creator>
      <dc:date>2002-04-12T08:11:09Z</dc:date>
    </item>
  </channel>
</rss>

