如何在Fedora 31/30/29安装XAMPP

时间:2020-02-23 14:33:18  来源:igfitidea点击:

本教程将在Fedora 31/30/29上安装XAMPP。
XAMPP易于安装和使用包含MariaDB,PHP和Perl的Apache分布。
它最初为Windows环境创建,但也可以在Linux系统上运行。

第1步:更新系统

确保Fedora系统已更新。

sudo dnf -y update

第2步:在Fedora下载并安装XAMPP 31/30/29

更新系统后,下载XAMPP安装程序。

sudo dnf -y install wget
wget https://www.apachefriends.org/xampp-files/7.3.6/xampp-linux-x64-7.3.6-2-installer.run

给出包执行位。

chmod +x xampp-linux-x64-7.3.6-2-installer.run

运行安装程序。

$sudo ./xampp-linux-x64-7.3.6-2-installer.run
---------------------------------------------
---------------------------------------------------------------------------
Welcome to the XAMPP Setup Wizard.
---------------------------------------------------------------------------
Select the components you want to install; clear the components you do not want 
to install. Click Next when you are ready to continue.
XAMPP Core Files : Y (Cannot be edited)
XAMPP Developer Files [Y/n] : y
Is the selection above correct? [Y/n]: y
---------------------------------------------------------------------------
Installation Directory
XAMPP will be installed to /opt/lampp
Press [Enter] to continue:
---------------------------------------------------------------------------
Setup is now ready to begin installing XAMPP on your computer.
Do you want to continue? [Y/n]: y
---------------------------------------------------------------------------
Please wait while Setup installs XAMPP on your computer.

按照安装屏幕。

1 - 接受设置向导。

2 - 选择要安装的组件

3 - 选择将安装XAMPP软件包的位置。

4 - 同意在Fedora安装XAMPP

为了成功安装Fedora上的XAMPP,我们应该得到一个如下所示的输出。

Installing
 0% ______________ 50% ______________ 100%
 #########################################
---------------------------------------------------------------------------
Setup has finished installing XAMPP on your computer.

第3步:在Fedora上启动和使用XAMPP

XAMPP安装到/OPT/LAMPP /。
要启动XAMPP服务,请运行:

$sudo /opt/lampp/lampp start

这就是在Fedora Desktop上安装XAMPP。
要在Fedora卸载XAMPP,请运行:

cd /opt/lampp
sudo ./uninstall
sudo rm-rf /opt/lampp