<?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>question Can you please give the download link  for zlib compression file / rpm for centos and installation step in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Can-you-please-give-the-download-link-for-zlib-compression/m-p/161207#M123586</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Can you please give the download link for zlib compression file / rpm for centos and installation steps&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2017 10:42:17 GMT</pubDate>
    <dc:creator>Jacqueline</dc:creator>
    <dc:date>2017-02-06T10:42:17Z</dc:date>
    <item>
      <title>Can you please give the download link  for zlib compression file / rpm for centos and installation step</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-you-please-give-the-download-link-for-zlib-compression/m-p/161207#M123586</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Can you please give the download link for zlib compression file / rpm for centos and installation steps&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 10:42:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-you-please-give-the-download-link-for-zlib-compression/m-p/161207#M123586</guid>
      <dc:creator>Jacqueline</dc:creator>
      <dc:date>2017-02-06T10:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can you please give the download link  for zlib compression file / rpm for centos and installation step</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-you-please-give-the-download-link-for-zlib-compression/m-p/161208#M123587</link>
      <description>&lt;P&gt;Here's a sample tutorial where we installed zlib.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hortonworks.com/hadoop-tutorial/using-ipython-notebook-with-apache-spark/" target="_blank"&gt;https://hortonworks.com/hadoop-tutorial/using-ipython-notebook-with-apache-spark/&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;yum install zlib-devel&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Feb 2017 11:03:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-you-please-give-the-download-link-for-zlib-compression/m-p/161208#M123587</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2017-02-06T11:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can you please give the download link  for zlib compression file / rpm for centos and installation step</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-you-please-give-the-download-link-for-zlib-compression/m-p/161209#M123588</link>
      <description>&lt;P&gt;Can you please give me the site url to download the needed rmp of zlib?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 11:50:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-you-please-give-the-download-link-for-zlib-compression/m-p/161209#M123588</guid>
      <dc:creator>Jacqueline</dc:creator>
      <dc:date>2017-02-06T11:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can you please give the download link  for zlib compression file / rpm for centos and installation step</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-you-please-give-the-download-link-for-zlib-compression/m-p/161210#M123589</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15031/jacqualinjasmin.html" nodeid="15031"&gt;@Jacqualin jasmin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In your CentOS when you will run the following command then you should see that from CentOS "base" repo you can get this zlib RPM package.&lt;/P&gt;&lt;PRE&gt;# cat /etc/redhat-release 
CentOS release 6.6 (Final)

# yum info zlib-devel
Available Packages
Name        : zlib-devel
Arch        : i686
Version     : 1.2.3
Release     : 29.el6
Size        : 44 k
Repo        : base
Summary     : Header files and libraries for Zlib development
URL         : &lt;A href="http://www.gzip.org/zlib/" target="_blank"&gt;http://www.gzip.org/zlib/&lt;/A&gt;
License     : zlib and Boost
Description : The zlib-devel package contains the header files and libraries needed
            : to develop programs that use the zlib compression and decompression
            : library.

Name        : zlib-devel
Arch        : x86_64
Version     : 1.2.3
Release     : 29.el6
Size        : 44 k
Repo        : base
Summary     : Header files and libraries for Zlib development
URL         : &lt;A href="http://www.gzip.org/zlib/" target="_blank"&gt;http://www.gzip.org/zlib/&lt;/A&gt;
License     : zlib and Boost
Description : The zlib-devel package contains the header files and libraries needed
            : to develop programs that use the zlib compression and decompression
            : library.
&lt;A href="http://www.gzip.org/zlib/" target="_blank"&gt;http://www.gzip.org/zlib/&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;- As this package is by default available with the CentOS "base" repo. so you should be able to directly install it as &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; mentioned earlier (if you have internet connectivity available on the host).   &lt;/P&gt;&lt;PRE&gt;yum install zlib-devel&lt;/PRE&gt;&lt;P&gt;- Please look at the following file to see if the base repo is present there or not  "/etc/yum.repos.d/CentOS-Base.rep" &lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;- If you want to download it from some external repos then you might want to look at the following links. However the CentOs shipped "base" repos are more trusted.&lt;/P&gt;&lt;P&gt;1. &lt;A href="https://centos.pkgs.org/6/centos-x86_64/zlib-1.2.3-29.el6.x86_64.rpm.html" target="_blank"&gt;https://centos.pkgs.org/6/centos-x86_64/zlib-1.2.3-29.el6.x86_64.rpm.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;2. &lt;A href="https://rpmfind.net/linux/rpm2html/search.php?query=zlib" target="_blank"&gt;https://rpmfind.net/linux/rpm2html/search.php?query=zlib&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 13:00:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-you-please-give-the-download-link-for-zlib-compression/m-p/161210#M123589</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-02-06T13:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can you please give the download link  for zlib compression file / rpm for centos and installation step</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-you-please-give-the-download-link-for-zlib-compression/m-p/161211#M123590</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15031/jacqualinjasmin.html" nodeid="15031"&gt;@Jacqualin jasmin&lt;/A&gt; it is part of base Centos repo. Should be in one of the RHEL channels as well, don't have a RHEL machine handy to give you exact answer.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 00:07:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-you-please-give-the-download-link-for-zlib-compression/m-p/161211#M123590</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2017-02-08T00:07:38Z</dc:date>
    </item>
  </channel>
</rss>

