<?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>tessa Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/tessa/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 01 Feb 2019 08:01:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install PHP 7.3 on Ubuntu 18.04 / Linux Mint 19?</title>
		<link>https://www.osradar.com/install-php-7-3-ubuntu-18-04-linux-mint-19/</link>
					<comments>https://www.osradar.com/install-php-7-3-ubuntu-18-04-linux-mint-19/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 01 Feb 2019 03:44:38 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tessa]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[web server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=10447</guid>

					<description><![CDATA[<p>PHP is perhaps one of the most popular programming languages in the world. Most websites and internet applications are built using this programming language. Here we have told you a lot about this language, especially when we have to do some web technology. Recently, a new major version of the language was released and comes [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-php-7-3-ubuntu-18-04-linux-mint-19/">How to install PHP 7.3 on Ubuntu 18.04 / Linux Mint 19?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>PHP is perhaps one of the most popular programming languages in the world. Most websites and internet applications are built using this programming language. <a href="https://www.osradar.com/how-to-install-php-7-2-on-debian-9-stretch/">Here</a> we have told you a lot about this language, especially when we have to do some web technology. Recently, a new major version of the language was released and comes with many new features and novelties. So, that is why today I will show you how to install PHP 7.3 on Ubuntu 18.04 and Linux Mint 19.</p>
<p>PHP 7.3 comes with a number of new <a href="http://php.net/manual/en/migration73.new-features.php">features</a> that make you think about upgrading. Some of them refer to a more flexible heredoc and nowdoc syntax. And several performance improvements in the compiler. Keep in mind that if you are very happy with your current version of PHP, you may not want to update, but on the contrary, if you have a malfunction or want to plug a security hole, I recommend you update.</p>
<p>So, let us install PHP 7.3.</p>
<h2>1. Upgrade the system</h2>
<p>The first step, update the entire system. I always recommend you to do it for security reasons.</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>
<figure id="attachment_10448" aria-describedby="caption-attachment-10448" style="width: 1307px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10448" src="https://www.osradar.com/wp-content/uploads/2019/01/1-25.png" alt="1.- Upgrade the system" width="1307" height="574" srcset="https://www.osradar.com/wp-content/uploads/2019/01/1-25.png 1307w, https://www.osradar.com/wp-content/uploads/2019/01/1-25-300x132.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/1-25-768x337.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/1-25-1024x450.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/1-25-696x306.png 696w, https://www.osradar.com/wp-content/uploads/2019/01/1-25-1068x469.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/1-25-956x420.png 956w" sizes="(max-width: 1307px) 100vw, 1307px" /><figcaption id="caption-attachment-10448" class="wp-caption-text">1.- Upgrade the system</figcaption></figure>
<p>After that, the system is ready to start installing PHP 7.3.</p>
<h2>2. Check your current PHP version and the external repository</h2>
<p>For the change to be noticeable, first check the version of PHP you have installed. You can do this with the following command:</p>
<pre class="">:~$ php -v</pre>
<figure id="attachment_10449" aria-describedby="caption-attachment-10449" style="width: 811px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10449" src="https://www.osradar.com/wp-content/uploads/2019/01/2-24.png" alt="2.- I have not php installed" width="811" height="224" srcset="https://www.osradar.com/wp-content/uploads/2019/01/2-24.png 811w, https://www.osradar.com/wp-content/uploads/2019/01/2-24-300x83.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/2-24-768x212.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/2-24-696x192.png 696w" sizes="(max-width: 811px) 100vw, 811px" /><figcaption id="caption-attachment-10449" class="wp-caption-text">2.- I have not PHP installed</figcaption></figure>
<p>As you can see, I do not have it installed. If as I do not have it installed, you can look for it in the official repositories and see which version you have available for now.</p>
<pre class="">:~$ sudo apt search php</pre>
<figure id="attachment_10450" aria-describedby="caption-attachment-10450" style="width: 710px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10450" src="https://www.osradar.com/wp-content/uploads/2019/01/3-24.png" alt="3.- PHP in the official repository" width="710" height="677" srcset="https://www.osradar.com/wp-content/uploads/2019/01/3-24.png 710w, https://www.osradar.com/wp-content/uploads/2019/01/3-24-300x286.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/3-24-696x664.png 696w, https://www.osradar.com/wp-content/uploads/2019/01/3-24-440x420.png 440w" sizes="(max-width: 710px) 100vw, 710px" /><figcaption id="caption-attachment-10450" class="wp-caption-text">3.- PHP in the official repository</figcaption></figure>
<p>So, you have to add an external PPA to install PHP 7.3. However, first, you have to install these required packages.</p>
<pre class="">:~$ sudo apt install software-properties-common</pre>
<figure id="attachment_10451" aria-describedby="caption-attachment-10451" style="width: 1253px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10451" src="https://www.osradar.com/wp-content/uploads/2019/01/4-26.png" alt="4.- Installing some requires packages" width="1253" height="251" srcset="https://www.osradar.com/wp-content/uploads/2019/01/4-26.png 1253w, https://www.osradar.com/wp-content/uploads/2019/01/4-26-300x60.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/4-26-768x154.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/4-26-1024x205.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/4-26-696x139.png 696w, https://www.osradar.com/wp-content/uploads/2019/01/4-26-1068x214.png 1068w" sizes="(max-width: 1253px) 100vw, 1253px" /><figcaption id="caption-attachment-10451" class="wp-caption-text">4.- Installing some requires packages</figcaption></figure>
<p>Then, add the PPA.</p>
<pre class="">:~$ sudo add-apt-repository ppa:ondrej/php</pre>
<figure id="attachment_10452" aria-describedby="caption-attachment-10452" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10452" src="https://www.osradar.com/wp-content/uploads/2019/01/5-26.png" alt="5.- Adding the external ppa" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/5-26.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/5-26-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/5-26-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/5-26-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/5-26-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/01/5-26-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/5-26-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10452" class="wp-caption-text">5.- Adding the external PPA</figcaption></figure>
<p>And next, refresh the APT cache.</p>
<pre class="">:~$ sudo apt update</pre>
<figure id="attachment_10453" aria-describedby="caption-attachment-10453" style="width: 867px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10453" src="https://www.osradar.com/wp-content/uploads/2019/01/6-21.png" alt="6.- Update the cache" width="867" height="281" srcset="https://www.osradar.com/wp-content/uploads/2019/01/6-21.png 867w, https://www.osradar.com/wp-content/uploads/2019/01/6-21-300x97.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/6-21-768x249.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/6-21-696x226.png 696w" sizes="(max-width: 867px) 100vw, 867px" /><figcaption id="caption-attachment-10453" class="wp-caption-text">6.- Update the cache</figcaption></figure>
<p>Now, you can install it without any problems.</p>
<h2>3. Install PHP 7.3 on Ubuntu 18.04 and Linux Mint</h2>
<p>Now yes, first use APT to search for PHP packages and verify that the available version is 7.3.</p>
<pre class="">:~$ sudo apt search php</pre>
<figure id="attachment_10454" aria-describedby="caption-attachment-10454" style="width: 756px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10454" src="https://www.osradar.com/wp-content/uploads/2019/01/7-21.png" alt="7.- PHP 7.3 is available" width="756" height="673" srcset="https://www.osradar.com/wp-content/uploads/2019/01/7-21.png 756w, https://www.osradar.com/wp-content/uploads/2019/01/7-21-300x267.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/7-21-696x620.png 696w, https://www.osradar.com/wp-content/uploads/2019/01/7-21-472x420.png 472w" sizes="(max-width: 756px) 100vw, 756px" /><figcaption id="caption-attachment-10454" class="wp-caption-text">7.- PHP 7.3 is available</figcaption></figure>
<p>Now, install PHP 7.3 and some of the most commonly used extensions:</p>
<pre class="">:~$ sudo apt install php7.3 php7.3-cli php7.3-common php7.3-opcache php7.3-curl php7.3-mbstring php7.3-mysql php7.3-zip php7.3-xml</pre>
<figure id="attachment_10455" aria-describedby="caption-attachment-10455" style="width: 1293px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10455" src="https://www.osradar.com/wp-content/uploads/2019/01/8-18.png" alt="8.- Install PHP 7.3" width="1293" height="454" srcset="https://www.osradar.com/wp-content/uploads/2019/01/8-18.png 1293w, https://www.osradar.com/wp-content/uploads/2019/01/8-18-300x105.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/8-18-768x270.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/8-18-1024x360.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/8-18-696x244.png 696w, https://www.osradar.com/wp-content/uploads/2019/01/8-18-1068x375.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/8-18-1196x420.png 1196w" sizes="(max-width: 1293px) 100vw, 1293px" /><figcaption id="caption-attachment-10455" class="wp-caption-text">8.- Install PHP 7.3</figcaption></figure>
<p>Next, check the version installed:</p>
<pre class="">:~$ php -v</pre>
<figure id="attachment_10456" aria-describedby="caption-attachment-10456" style="width: 974px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10456" src="https://www.osradar.com/wp-content/uploads/2019/01/9-13.png" alt="9.- PHP new version" width="974" height="199" srcset="https://www.osradar.com/wp-content/uploads/2019/01/9-13.png 974w, https://www.osradar.com/wp-content/uploads/2019/01/9-13-300x61.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/9-13-768x157.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/9-13-696x142.png 696w" sizes="(max-width: 974px) 100vw, 974px" /><figcaption id="caption-attachment-10456" class="wp-caption-text">9.- PHP new version</figcaption></figure>
<p>So, that is it.</p>
<h2>Conclusion</h2>
<p>It is important to update a critical element of a web server such as PHP. This is because development is very active and more and more applications require newer versions of the compiler.</p>
<p>Please share with your friends.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-php-7-3-ubuntu-18-04-linux-mint-19/">How to install PHP 7.3 on Ubuntu 18.04 / Linux Mint 19?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-php-7-3-ubuntu-18-04-linux-mint-19/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
	</channel>
</rss>
