<?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: .gz files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301701#M338151</link>
    <description>the file was &lt;BR /&gt;gdk_pixbuf-0.20.0-hppa-11.23.depot.gz i untar'd it and it created a directory structure&lt;BR /&gt;/u04/gdk_pixbuf/gdk_pixbuf-RUN/usr/local&lt;BR /&gt;bin      doc      include  lib      share&lt;BR /&gt;&lt;BR /&gt;can simply copy the bin directory to my usr/local/bin and the other directories to their respective /usr/local directories ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Nov 2008 15:49:46 GMT</pubDate>
    <dc:creator>Donald Thaler</dc:creator>
    <dc:date>2008-11-06T15:49:46Z</dc:date>
    <item>
      <title>.gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301692#M338142</link>
      <description>how do you handle a file with an extension of&lt;BR /&gt;.gz.gz  ???</description>
      <pubDate>Thu, 06 Nov 2008 13:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301692#M338142</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2008-11-06T13:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: .gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301693#M338143</link>
      <description>gzip -d file.name</description>
      <pubDate>Thu, 06 Nov 2008 13:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301693#M338143</guid>
      <dc:creator>Patrick Scherrer</dc:creator>
      <dc:date>2008-11-06T13:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: .gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301694#M338144</link>
      <description>&lt;!--!*#--&gt;It depends on what's actually in the file.&lt;BR /&gt;The name may be suggestive, but it's not&lt;BR /&gt;determinative.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  gzip -d file.name&lt;BR /&gt;&lt;BR /&gt;Worth a try.&lt;BR /&gt;&lt;BR /&gt;Personally, I never get files named X.gz.gz.&lt;BR /&gt;How did you get yours?</description>
      <pubDate>Thu, 06 Nov 2008 13:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301694#M338144</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-11-06T13:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: .gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301695#M338145</link>
      <description>Did you mean it has two ".gz"?&lt;BR /&gt;&lt;BR /&gt;You can use gunzip to remove one.  Then use file(1) to see if it is really still gzipped.</description>
      <pubDate>Thu, 06 Nov 2008 13:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301695#M338145</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-06T13:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: .gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301696#M338146</link>
      <description>I guess you are busy downloading those Acrobat prerequisites?&lt;BR /&gt;Run the "file xxxxx.gz.gz" command and if it tells you it is a gzip file, gunzip it. After that run the file command again "file xxxxx.gz" and repeat if necessary. If not you may have to rename the file. It is not different from having a windows zip file zip-ed twice.</description>
      <pubDate>Thu, 06 Nov 2008 13:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301696#M338146</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-11-06T13:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: .gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301697#M338147</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Using unix gzip, a file cannot be zipped twice.&lt;BR /&gt;I doubt the file has been zipped once and renamed to have another .gz extensiion.&lt;BR /&gt;&lt;BR /&gt;anyway we have file command to determine the type of file. Use #gunzip &lt;FILENAME&gt; to unzip the file and #type &lt;UNZIPPED file="" name=""&gt;&lt;BR /&gt;&lt;BR /&gt;It will show the actual file type.&lt;BR /&gt;&lt;BR /&gt;&lt;/UNZIPPED&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Thu, 06 Nov 2008 14:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301697#M338147</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-11-06T14:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: .gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301698#M338148</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Typo error in my previous reply...&lt;BR /&gt;&lt;BR /&gt;#type &lt;UNZIPPED file="" name=""&gt; should be&lt;BR /&gt;&lt;BR /&gt;#file &lt;UNZIPPED file="" name=""&gt;&lt;BR /&gt;&lt;BR /&gt;Apologize....&lt;BR /&gt;&lt;/UNZIPPED&gt;&lt;/UNZIPPED&gt;</description>
      <pubDate>Thu, 06 Nov 2008 14:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301698#M338148</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-11-06T14:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: .gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301699#M338149</link>
      <description>i unzipped it and now when i do the file command it tells me its a tar file but the xtension is .gz, can i rename it with a .tar extensnion and untar it ???</description>
      <pubDate>Thu, 06 Nov 2008 15:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301699#M338149</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2008-11-06T15:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: .gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301700#M338150</link>
      <description>Just try&lt;BR /&gt;&lt;BR /&gt;# tar -tvf &lt;FILE&gt;&lt;BR /&gt;&lt;BR /&gt;and don't care about the extension.&lt;BR /&gt;&lt;BR /&gt;Sometime some browser do strange things with files during a download - e.g. a *.tar.gz is getting unziped, extensions are added, ...&lt;/FILE&gt;</description>
      <pubDate>Thu, 06 Nov 2008 15:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301700#M338150</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-11-06T15:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: .gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301701#M338151</link>
      <description>the file was &lt;BR /&gt;gdk_pixbuf-0.20.0-hppa-11.23.depot.gz i untar'd it and it created a directory structure&lt;BR /&gt;/u04/gdk_pixbuf/gdk_pixbuf-RUN/usr/local&lt;BR /&gt;bin      doc      include  lib      share&lt;BR /&gt;&lt;BR /&gt;can simply copy the bin directory to my usr/local/bin and the other directories to their respective /usr/local directories ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Nov 2008 15:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301701#M338151</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2008-11-06T15:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: .gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301702#M338152</link>
      <description>DO NOT UNTAR A DEPOT FILE!&lt;BR /&gt;&lt;BR /&gt;use&lt;BR /&gt;&lt;BR /&gt;# swlist -s /full/pah/to/gdk_pixbuf-0.20.0-hppa-11.23.depot&lt;BR /&gt;&lt;BR /&gt;to view and swinstall to install.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Nov 2008 15:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301702#M338152</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-11-06T15:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: .gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301703#M338153</link>
      <description>when i try the swintall the depot i get an error that the zdk.zdk-RUN wasn't found, any clue as to where that might be found ???</description>
      <pubDate>Thu, 06 Nov 2008 17:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301703#M338153</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2008-11-06T17:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: .gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301704#M338154</link>
      <description>the file that is required is zlib.zlib-RUN</description>
      <pubDate>Thu, 06 Nov 2008 17:12:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301704#M338154</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2008-11-06T17:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: .gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301705#M338155</link>
      <description>zlib depot is here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.asknet.de/hppd/hpux/Misc/zlib-1.2.3/" target="_blank"&gt;http://hpux.asknet.de/hppd/hpux/Misc/zlib-1.2.3/&lt;/A&gt;</description>
      <pubDate>Thu, 06 Nov 2008 17:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301705#M338155</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-11-06T17:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: .gz files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301706#M338156</link>
      <description>&amp;gt;The file was gdk_pixbuf-0.20.0-hppa-11.23.depot.gz&lt;BR /&gt;&lt;BR /&gt;Any reason you aren't using HP's supplied gtk_26800_pa.depot?  All of the dependencies are in that depot.&lt;BR /&gt;&lt;A href="http://www.hp.com/go/firefox" target="_blank"&gt;http://www.hp.com/go/firefox&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I mentioned this in your other thread:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1283909" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1283909&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Otherwise you need to download at least 10 depots.</description>
      <pubDate>Fri, 07 Nov 2008 06:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gz-files/m-p/4301706#M338156</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-07T06:50:01Z</dc:date>
    </item>
  </channel>
</rss>

