Debian 8安装Lamp 的坑
生活随笔
收集整理的這篇文章主要介紹了
Debian 8安装Lamp 的坑
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
文章目錄
- E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
- 安裝php7 E: Unable to correct problems, you have held broken packages.
- ubuntu add-apt-repository command not found解決方法
- Invalid command 'ProxyRequests', perhaps misspelled or defined by a module not
感謝 https://www.linuxdashen.com/set-up-lamp-debian-8-apache-mariadb-php7 這篇文章作者
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
apt-get update apt-get install gnupg apt-get install gnupg1 apt-get install gnupg2安裝php7 E: Unable to correct problems, you have held broken packages.
刪除 /etc/apt/sources.list 自己添加的源
ubuntu add-apt-repository command not found解決方法
apt-get install software-properties-common
Invalid command ‘ProxyRequests’, perhaps misspelled or defined by a module not
sudo a2enmod proxy
重啟Apache
總結
以上是生活随笔為你收集整理的Debian 8安装Lamp 的坑的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: bash读取txt文件, 并在浏览器中以
- 下一篇: mysql 1045 登录失败