<?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: need the gtar command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587704#M857071</link>
    <description>Minor typo in the command above, it should be:&lt;BR /&gt;&lt;BR /&gt;/usr/contrib/bin/gzip -dc distribution_file_name|tar xpf  -&lt;BR /&gt;&lt;BR /&gt;notice the dash (-) at the end of the line.  Sorry &lt;BR /&gt;about that.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
    <pubDate>Tue, 02 Oct 2001 17:04:26 GMT</pubDate>
    <dc:creator>Santosh Nair_1</dc:creator>
    <dc:date>2001-10-02T17:04:26Z</dc:date>
    <item>
      <title>need the gtar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587700#M857067</link>
      <description>When trying to install CISCO Network Registrar, it calls for: gtar -zxpf &lt;DISTRIBUTION_FILE_NAME&gt;. I having problems trying to create this command from &lt;A href="http://www.gnu.org." target="_blank"&gt;www.gnu.org.&lt;/A&gt; Has anyone done this.&lt;/DISTRIBUTION_FILE_NAME&gt;</description>
      <pubDate>Mon, 01 Oct 2001 18:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587700#M857067</guid>
      <dc:creator>Bill Pontius</dc:creator>
      <dc:date>2001-10-01T18:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: need the gtar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587701#M857068</link>
      <description>Try this site for a precompiled version of gtar:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.13.18/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.13.18/&lt;/A&gt;</description>
      <pubDate>Mon, 01 Oct 2001 18:34:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587701#M857068</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-01T18:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: need the gtar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587702#M857069</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;gtar is just GNU's version of tar, which you should be able to get from the HP porting center:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.18/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.18/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Alternatively, you could do the following:&lt;BR /&gt;&lt;BR /&gt;/usr/contrib/bin/gzip -dc distribution_file_name|tar xpf&lt;BR /&gt;&lt;BR /&gt;This would do the same thing.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Mon, 01 Oct 2001 18:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587702#M857069</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-01T18:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: need the gtar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587703#M857070</link>
      <description>When I tried the alt method I got the following. I think it didnot like the ar with the p or f.&lt;BR /&gt;# pwd &lt;BR /&gt;/usr/contrib/bin&lt;BR /&gt;# ./gzip -dc /download/CNR-5.0.7-HPUX.gtar.gz | tar xpf&lt;BR /&gt;tar: usage  tar [-]{txruc}[eONvVwAfblhm{op}][0-7[lmh]] [tapefile] [blocksize] fi&lt;BR /&gt;le1 file2...&lt;BR /&gt;When I downloaded from the web sites, I could not find the ./configure needed for next step. I had just done a cold 11.0 install and may need more install data.</description>
      <pubDate>Tue, 02 Oct 2001 15:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587703#M857070</guid>
      <dc:creator>Bill Pontius</dc:creator>
      <dc:date>2001-10-02T15:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: need the gtar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587704#M857071</link>
      <description>Minor typo in the command above, it should be:&lt;BR /&gt;&lt;BR /&gt;/usr/contrib/bin/gzip -dc distribution_file_name|tar xpf  -&lt;BR /&gt;&lt;BR /&gt;notice the dash (-) at the end of the line.  Sorry &lt;BR /&gt;about that.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 02 Oct 2001 17:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587704#M857071</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-02T17:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: need the gtar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587705#M857072</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Take a look at the thread below. Might help you in your search for gtar utility.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=b98804550c2255c005/screen=ckiDisplayDocument?docId=400000000202109" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=b98804550c2255c005/screen=ckiDisplayDocument?docId=400000000202109&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Oct 2001 17:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587705#M857072</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-10-02T17:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: need the gtar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587706#M857073</link>
      <description>Thanks soooo much for the "-". It made a world of difference.</description>
      <pubDate>Tue, 02 Oct 2001 17:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-the-gtar-command/m-p/2587706#M857073</guid>
      <dc:creator>Bill Pontius</dc:creator>
      <dc:date>2001-10-02T17:28:41Z</dc:date>
    </item>
  </channel>
</rss>

