<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP &#8211; Linux Guru</title>
	<atom:link href="https://linuxguru.co.in/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>https://linuxguru.co.in</link>
	<description>Solution For Every Problem</description>
	<lastBuildDate>Wed, 02 Jul 2025 06:42:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://i0.wp.com/linuxguru.co.in/wp-content/uploads/2022/11/cropped-1-1.png?fit=32%2C32&#038;ssl=1</url>
	<title>PHP &#8211; Linux Guru</title>
	<link>https://linuxguru.co.in</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">193267823</site>	<item>
		<title>Install Google Chrome</title>
		<link>https://linuxguru.co.in/install-google-chrome/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Wed, 02 Jul 2025 06:42:55 +0000</pubDate>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=639</guid>

					<description><![CDATA[Download the Chrome deb file Click hear Then Go to Download Directory run this command sudo dpkg -i google-chrome-stable_current_amd64.deb &#160;]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">639</post-id>	</item>
		<item>
		<title>Install VS Code</title>
		<link>https://linuxguru.co.in/install-vs-code/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Wed, 02 Jul 2025 06:23:57 +0000</pubDate>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[How to Install VS Code]]></category>
		<category><![CDATA[How to Install VS Code ubuntu]]></category>
		<category><![CDATA[Install VS Code]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=632</guid>

					<description><![CDATA[sudo snap install code &#8211;classic]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">632</post-id>	</item>
		<item>
		<title>Install PHP 8.3</title>
		<link>https://linuxguru.co.in/install-php-8-3/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Tue, 03 Sep 2024 14:50:34 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=587</guid>

					<description><![CDATA[sudo apt install software-properties-common sudo add-apt-repository ppa:ondrej/php -y sudo apt update &#38;&#38; sudo apt upgrade -y sudo apt install php8.3 libapache2-mod-php8.3 -y sudo apt-get install -y php8.3-cli php8.3-common php8.3-mysql php8.3-zip php8.3-gd php8.3-mbstring php8.3-curl php8.3-xml php8.3-bcmath]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">587</post-id>	</item>
		<item>
		<title>Install Composer</title>
		<link>https://linuxguru.co.in/install-composer/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Sat, 10 Dec 2022 06:13:16 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=289</guid>

					<description><![CDATA[Step 1 :- sudo apt-get update &#38;&#38; sudo apt-get install curl Step 2 :- sudo curl -s https://getcomposer.org/installer &#124; php Step 3 :- sudo mv composer.phar /usr/local/bin/composer Step 4 :- composer -v]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">289</post-id>	</item>
		<item>
		<title>PHP 7.4</title>
		<link>https://linuxguru.co.in/php-7-4/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Sat, 10 Dec 2022 05:15:46 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=274</guid>

					<description><![CDATA[Step 1 :- sudo apt update Step 2 :- sudo apt-get -y install php php-cgi libapache2-mod-php php-common php-pear php-mbstring &#38;&#38; sudo apt install -y php7.4 libapache2-mod-php7.4 php7.4-common php7.4-gmp php7.4-curl php7.4-intl php7.4-mbstring php7.4-xmlrpc php7.4-mysql php7.4-gd php7.4-bcmath php7.4-xml php7.4-cli php7.4-zip &#38;&#38; sudo a2enmod rewrite &#38;&#38; sudo apt-get install -y php7.4-{cli,bcmath,bz2,intl,gd,mbstring,mysql,zip,opcache,intl,bcmath,xsl,zip,bz2} Step 3 :- php -v]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">274</post-id>	</item>
		<item>
		<title>Install PHP 8.1</title>
		<link>https://linuxguru.co.in/install-php-8-1/</link>
		
		<dc:creator><![CDATA[Jeet Choudhary]]></dc:creator>
		<pubDate>Sun, 27 Nov 2022 14:27:16 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://linuxguru.co.in/?p=247</guid>

					<description><![CDATA[Step 1 :- Press Alt+Ctrl+T Step 2 :- sudo apt update Step 3 :- sudo apt upgrade -y Step 4 :- sudo add-apt-repository ppa:ondrej/php -y &#38;&#38; sudo apt update &#38;&#38; sudo apt upgrade -y &#38;&#38; sudo apt install php8.1 libapache2-mod-php8.1 -y &#38;&#38; sudo systemctl restart apache2 &#38;&#38; sudo apt-get install -y php8.1-cli php8.1-common php8.1-mysql php8.1-zip [&#8230;]]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">247</post-id>	</item>
	</channel>
</rss>
