[Linux] deepin系统添加PHP仓库源出错Error: could not find a distribution template for Deepin/stable
程序员文章站
2022-06-14 21:52:58
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Deepin/stable 网上的答案是修改系统的版本信息/etc/lsb-release DISTRIB_I ......
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