「XAMPP」の版間の差分
ナビゲーションに移動
検索に移動
(→ダウンロード) |
(→ダウンロード) |
||
6行目: | 6行目: | ||
=====ダウンロード===== | =====ダウンロード===== | ||
*https://www.apachefriends.org/jp/index.html | *https://www.apachefriends.org/jp/index.html | ||
+ | *ダウンロードして、実行権限を付与して、ヘルプを確認 | ||
<pre> | <pre> | ||
$ wget https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/8.0.2/xampp-linux-x64-8.0.2-0-installer.run | $ wget https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/8.0.2/xampp-linux-x64-8.0.2-0-installer.run | ||
+ | $ chmod +x xampp-linux-x64-8.0.2-0-installer.run | ||
+ | $ sudo ./xampp-linux-x64-8.0.2-0-installer.run --help | ||
+ | : | ||
+ | --mode <mode> Installation mode | ||
+ | Default: qt | ||
+ | Allowed: qt gtk xwindow text unattended | ||
+ | : | ||
+ | </pre> | ||
+ | *サイレントモードでインストール | ||
+ | <pre> | ||
+ | $ sudo ./xampp-linux-x64-8.0.2-0-installer.run --mode unattended | ||
</pre> | </pre> |
2021年3月6日 (土) 12:39時点における版
XAMPP
Ubuntu
インストール
ダウンロード
- https://www.apachefriends.org/jp/index.html
- ダウンロードして、実行権限を付与して、ヘルプを確認
$ wget https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/8.0.2/xampp-linux-x64-8.0.2-0-installer.run $ chmod +x xampp-linux-x64-8.0.2-0-installer.run $ sudo ./xampp-linux-x64-8.0.2-0-installer.run --help : --mode <mode> Installation mode Default: qt Allowed: qt gtk xwindow text unattended :
- サイレントモードでインストール
$ sudo ./xampp-linux-x64-8.0.2-0-installer.run --mode unattended
© 2006 矢木浩人