[Linux] deepin系统添加PHP仓库源出错Error: could not find a distribution template for Deepin/stable


aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Deepin/stable

网上的答案是修改系统的版本信息
/etc/lsb-release

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.3 LTS"
这个答案测试完不管用,还是报错

直接编辑源文件,把php的仓库源添加进去,当然要看清楚自己的系统版本信息对应上
/etc/apt/sources.list.d/php.list
deb http://ppa.launchpad.net/ondrej/php/ubuntu bionic main
# deb-src http://ppa.launchpad.net/ondrej/php/ubuntu bionic main

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM