<?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 Latest PHP 8.1 on Debian 11/10	</title>
	<atom:link href="https://www.ubuntumint.com/install-php-8-debian/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/install-php-8-debian/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Mon, 24 Jul 2023 08:16:42 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.ubuntumint.com/install-php-8-debian/#comment-23018</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 03 Mar 2023 04:52:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=4140#comment-23018</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-php-8-debian/#comment-22935&quot;&gt;CLOUDMAGNUZ&lt;/a&gt;.

@Cloud,

Try these commands to fix the error, which will remove php, install &lt;strong&gt;libpcre&lt;/strong&gt; package, and finally you able to install PHP8.1.
&lt;pre&gt;
$ sudo apt remove php
$ sudo apt install libpcre2-8-0
$ sudo apt install php8.1
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-php-8-debian/#comment-22935">CLOUDMAGNUZ</a>.</p>
<p>@Cloud,</p>
<p>Try these commands to fix the error, which will remove php, install <strong>libpcre</strong> package, and finally you able to install PHP8.1.</p>
<pre>
$ sudo apt remove php
$ sudo apt install libpcre2-8-0
$ sudo apt install php8.1
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: CLOUDMAGNUZ		</title>
		<link>https://www.ubuntumint.com/install-php-8-debian/#comment-22935</link>

		<dc:creator><![CDATA[CLOUDMAGNUZ]]></dc:creator>
		<pubDate>Wed, 01 Mar 2023 09:28:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=4140#comment-22935</guid>

					<description><![CDATA[In the end, I get this:

The following packages have unmet dependencies:

php8.1-fpm : Depends: php8.1-cli but it won&#039;t install
              Depends: libpcre2-8-0 (&#062;= 10.38) but 10.36-2+deb11u1 will be installed

I have been trying for a long time to install php8 on Debian 11 bullseye but it doesn&#039;t work.

Updates Sury repositories fine but doesn&#039;t install php8]]></description>
			<content:encoded><![CDATA[<p>In the end, I get this:</p>
<p>The following packages have unmet dependencies:</p>
<p>php8.1-fpm : Depends: php8.1-cli but it won&#8217;t install<br />
              Depends: libpcre2-8-0 (&gt;= 10.38) but 10.36-2+deb11u1 will be installed</p>
<p>I have been trying for a long time to install php8 on Debian 11 bullseye but it doesn&#8217;t work.</p>
<p>Updates Sury repositories fine but doesn&#8217;t install php8</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
