Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin安装PHP7
Apps Section
3248
views ·
1
replies ·
To
floor
Go
caoyuanlianni
deepin
2018-05-09 21:44
Author
本帖最后由 caoyuanlianni 于 2018-5-9 13:45 编辑
DEEPIN安装PHP7
- 修改 deepin 15 自带的php源
sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
# deepin 15 是 debian stretch 的衍生版,所以采用 stretch 的源
sudo sh -c 'echo "deb https://packages.sury.org/php/ stretch main" > /etc/apt/sources.list.d/php.list'
Copy the Code
- 更新系统
sudo apt-get update
Copy the Code
- 安装PHP7.1
sudo apt install php7.1 php7.1-bcmath php7.1-bz2 php7.1-cgi php7.1-cli php7.1-common php7.1-curl php7.1-dba php7.1-dev php7.1-enchant php7.1-fpm php7.1-gd php7.1-gmp php7.1-imap php7.1-interbase php7.1-intl php7.1-json php7.1-ldap php7.1-mbstring php7.1-mcrypt php7.1-mysql php7.1-odbc php7.1-opcache php7.1-pgsql php7.1-phpdbg php7.1-pspell php7.1-readline php7.1-recode php7.1-snmp php7.1-soap php7.1-sqlite3 php7.1-sybase php7.1-tidy php7.1-xml php7.1-xmlrpc php7.1-xsl php7.1-zip
Copy the Code
- 安装PHP7.2
sudo apt install php7.2 php7.2-bcmath php7.2-bz2 php7.2-cgi php7.2-cli php7.2-common php7.2-curl php7.2-dba php7.2-dev php7.2-enchant php7.2-fpm php7.2-gd php7.2-gmp php7.2-imap php7.2-interbase php7.2-intl php7.2-json php7.2-ldap php7.2-mbstring php7.2-mysql php7.2-odbc php7.2-opcache php7.2-pgsql php7.2-phpdbg php7.2-pspell php7.2-readline php7.2-recode php7.2-snmp php7.2-soap php7.2-sqlite3 php7.2-sybase php7.2-tidy php7.2-xml php7.2-xmlrpc php7.2-xsl php7.2-zip
Copy the Code
Reply
Like 0
Favorite
View the author
All Replies
enjuster
deepin
2020-01-28 22:09
#1
安装成功thankyou
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
How to fix grub boot menu that has disappeared?
Popular Events
More
DEEPIN安装PHP7
- 修改 deepin 15 自带的php源
- 更新系统
- 安装PHP7.1
- 安装PHP7.2