<?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>install xampp linux Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/install-xampp-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:40:40 +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 Use XAMPP on Linux</title>
		<link>https://www.osradar.com/how-to-use-xampp-on-linux/</link>
					<comments>https://www.osradar.com/how-to-use-xampp-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Wed, 13 Jun 2018 08:37:27 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[install xampp linux]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[xampp linux]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=4078</guid>

					<description><![CDATA[<p>For any web developer, having a server is a must for developing a website or web pages and test them out if those works. However, setting up a full-size server instantly isn’t something that everyone can do. In fact, the process is pretty difficult and time-consuming at the same time. That’s why there’s an app [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-use-xampp-on-linux/">How to Use XAMPP on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For any web developer, having a server is a must for developing a website or web pages and test them out if those works. However, setting up a full-size server instantly isn’t something that everyone can do. In fact, the process is pretty difficult and time-consuming at the same time. That’s why there’s an app that web devs love to use for all their projects – XAMPP.</p>
<p>XAMPP is a collection of various server tools – Apache HTTP server, MariaDB, PHP, and Perl. It’s also available on all the major platforms. The software is also maintained and upgraded regularly by Apache Friends, making it suitable for all types of web projects.</p>
<p>Today, let’s take a look at installing XAMPP on Linux.</p>
<h3>Downloading XAMPP</h3>
<p>XAMPP is available for Linux, Windows, and macOS. As we’re on Linux, we have to download the Linux installation package.</p>
<p>Go to Apache Friends download page. There, you’ll find out the proper download – an executable RUN file. Note that the program is no longer available in 32-bit, at least, for the latest versions. If you’re using a 32-bit, old schooled system, you should get <a href="https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/7.0.8/">XAMPP v7.0.8</a>.</p>
<p><img loading="lazy" class="size-full wp-image-4080 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/xampp-linux-download-run.jpg" alt="" width="728" height="573" srcset="https://www.osradar.com/wp-content/uploads/2018/06/xampp-linux-download-run.jpg 728w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-linux-download-run-300x236.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-linux-download-run-696x548.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-linux-download-run-534x420.jpg 534w" sizes="(max-width: 728px) 100vw, 728px" /></p>
<p>Here, I’m downloading the latest version (at the time of posting this post) – XAMPP 7.2.6.</p>
<h3>Installing XAMPP</h3>
<p>After you’ve downloaded the file, it’s time to install the program.</p>
<p>Assuming that the download is in “~/Downloads” folder,</p>
<pre>cd ~/Downloads
sudo chmod +x xampp-linux-x64-7.2.6-0-installer.run

sudo ./xampp-linux-x64-7.2.6-0-installer.run</pre>
<p><img loading="lazy" class="size-full wp-image-4082 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/change-file-permission-xampp.png" alt="" width="1186" height="172" srcset="https://www.osradar.com/wp-content/uploads/2018/06/change-file-permission-xampp.png 1186w, https://www.osradar.com/wp-content/uploads/2018/06/change-file-permission-xampp-300x44.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/change-file-permission-xampp-768x111.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/change-file-permission-xampp-1024x149.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/change-file-permission-xampp-696x101.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/change-file-permission-xampp-1068x155.png 1068w" sizes="(max-width: 1186px) 100vw, 1186px" /></p>
<p><img loading="lazy" class="size-full wp-image-4083 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/xampp-installation.png" alt="" width="1185" height="553" srcset="https://www.osradar.com/wp-content/uploads/2018/06/xampp-installation.png 1185w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-installation-300x140.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-installation-768x358.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-installation-1024x478.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-installation-696x325.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-installation-1068x498.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-installation-900x420.png 900w" sizes="(max-width: 1185px) 100vw, 1185px" /></p>
<p>Voila! XAMPP is installed in your system!</p>
<p>Now, for easy enjoying XAMPP easily, edit “~/.bashrc”:</p>
<pre>sudo nano ~/.bashrc</pre>
<p>And add the following line at the end of the file:</p>
<pre>alias xampp='cd /opt/lampp &amp;&amp; sudo ./manager-linux-x64.run'</pre>
<p>Reload the file into terminal:</p>
<pre>source ~/.bashrc</pre>
<p>Now, every time you run the command “xampp” on the terminal, it’ll open the XAMPP control window.</p>
<p><img loading="lazy" class="size-full wp-image-4084 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/06/xampp-control-window.png" alt="" width="1182" height="569" srcset="https://www.osradar.com/wp-content/uploads/2018/06/xampp-control-window.png 1182w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-control-window-300x144.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-control-window-768x370.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-control-window-1024x493.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-control-window-696x335.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-control-window-1068x514.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/xampp-control-window-872x420.png 872w" sizes="(max-width: 1182px) 100vw, 1182px" /></p>
<p>Note that XAMPP is installed in “/opt/lamp” directory, so you have to perform all the changes in that folder.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-use-xampp-on-linux/">How to Use XAMPP on Linux</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/how-to-use-xampp-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
