首页 > Web开发 > 详细

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

时间:2019-10-13 13:42:21      阅读:529      评论:0      收藏:0      [点我收藏+]

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

 技术分享图片

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

原文:https://www.cnblogs.com/taoshihan/p/11665941.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!