<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install Composer on CentOS 8	</title>
	<atom:link href="https://www.tecmint.com/install-composer-on-centos-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-composer-on-centos-8/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 23 Aug 2022 16:32:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Sateesh		</title>
		<link>https://www.tecmint.com/install-composer-on-centos-8/comment-page-1/#comment-1866546</link>

		<dc:creator><![CDATA[Sateesh]]></dc:creator>
		<pubDate>Tue, 23 Aug 2022 16:32:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35861#comment-1866546</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-composer-on-centos-8/comment-page-1/#comment-1371005&quot;&gt;Ravi Saive&lt;/a&gt;.

I have tried the same hashcode key it is not working, when I took the latest one from here it started working for me https://composer.github.io/pubkeys.html]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-composer-on-centos-8/comment-page-1/#comment-1371005">Ravi Saive</a>.</p>
<p>I have tried the same hashcode key it is not working, when I took the latest one from here it started working for me <a target="_blank" href="https://composer.github.io/pubkeys.html" rel="nofollow ugc">https://composer.github.io/pubkeys.html</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-composer-on-centos-8/comment-page-1/#comment-1397321</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 02 Dec 2020 05:06:37 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35861#comment-1397321</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-composer-on-centos-8/comment-page-1/#comment-1397119&quot;&gt;HACHEM&lt;/a&gt;.

@Hachem,

You can use http:// instead of &lt;strong&gt;https&lt;/strong&gt; as shown.
&lt;pre&gt;
# php -r “copy(‘http://getcomposer.org/installer’, ‘composer-setup.php’);”
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-composer-on-centos-8/comment-page-1/#comment-1397119">HACHEM</a>.</p>
<p>@Hachem,</p>
<p>You can use http:// instead of <strong>https</strong> as shown.</p>
<pre>
# php -r “copy(‘http://getcomposer.org/installer’, ‘composer-setup.php’);”
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: HACHEM		</title>
		<link>https://www.tecmint.com/install-composer-on-centos-8/comment-page-1/#comment-1397119</link>

		<dc:creator><![CDATA[HACHEM]]></dc:creator>
		<pubDate>Tue, 01 Dec 2020 15:59:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35861#comment-1397119</guid>

					<description><![CDATA[Hi,

Thank you for this tutorial, can you help me to solve this issue?

# php -r &quot;copy(&#039;https://getcomposer.org/installer&#039;, &#039;composer-setup.php&#039;);&quot;
PHP Warning:  copy(): SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in Command line code on line 1
PHP Warning:  copy(): Failed to enable crypto in Command line code on line 1
PHP Warning:  copy(https://getcomposer.org/installer): failed to open stream: operation failed in Command line code on line 1]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you for this tutorial, can you help me to solve this issue?</p>
<p># php -r &#8220;copy(&#8216;https://getcomposer.org/installer&#8217;, &#8216;composer-setup.php&#8217;);&#8221;<br />
PHP Warning:  copy(): SSL operation failed with code 1. OpenSSL Error messages:<br />
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in Command line code on line 1<br />
PHP Warning:  copy(): Failed to enable crypto in Command line code on line 1<br />
PHP Warning:  copy(<a target="_blank" href="https://getcomposer.org/installer" rel="nofollow ugc">https://getcomposer.org/installer</a>): failed to open stream: operation failed in Command line code on line 1</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-composer-on-centos-8/comment-page-1/#comment-1371005</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 06 Oct 2020 04:56:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35861#comment-1371005</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-composer-on-centos-8/comment-page-1/#comment-1370991&quot;&gt;Mengjia Wang&lt;/a&gt;.

@Mengjia,

The instructions remain the same, no changes, you can use these instructions to install Composer in CentOS 8 or RHEL 8 Linux.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-composer-on-centos-8/comment-page-1/#comment-1370991">Mengjia Wang</a>.</p>
<p>@Mengjia,</p>
<p>The instructions remain the same, no changes, you can use these instructions to install Composer in CentOS 8 or RHEL 8 Linux.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mengjia Wang		</title>
		<link>https://www.tecmint.com/install-composer-on-centos-8/comment-page-1/#comment-1370991</link>

		<dc:creator><![CDATA[Mengjia Wang]]></dc:creator>
		<pubDate>Tue, 06 Oct 2020 03:40:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35861#comment-1370991</guid>

					<description><![CDATA[This article is published on Janurary 2020, and it has been more than 8 months now. Please check if the hash code remains the same. Thanks.]]></description>
			<content:encoded><![CDATA[<p>This article is published on Janurary 2020, and it has been more than 8 months now. Please check if the hash code remains the same. Thanks.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
