[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

 

posted @ 2019-10-13 12:39  唯一客服系统开发笔记  阅读(4732)  评论(1编辑  收藏  举报