Ubuntu 22安裝php 發佈日期: 2023 年 3 月 7 日2023 年 3 月 7 日 作者: Sky Leong sudo apt install php sudo apt install libapache2-mod-php sudo apt install php-mysql 如要使用wordpress, 安裝以下擴展 sudo apt install php-curl php-gd php-xml php-mbstring php-xmlrpc php-zip php-soap php-intl 安裝後建立index.php測試 <?php phpinfo(); 相關文章Wordpress nginx設定檔Ubuntu 與windows共用資料夾MongoDB client authentication in Ubuntu[Ubuntu] 更改雙系統啟動順序Ubuntu使用命令升級新版本Rasperberry Pi 安裝opencv python