我正在尝试在系统中安装phpUnit
。首先它要求安装composer
然后安装mbstring
.现在我尝试使用以下所有,
sudo apt-get install php7.0-mbstring
sudo apt-get dist-upgrade
字符串
https://futurestud.io/tutorials/how-to-fix-ubuntu-debian-apt-get-404-not-found-repository-errors这个仍然得到相同类型的错误。
E:无法找到包php7.0-mbstring
E:找不到glob 'php7.0-mbstring'的任何软件包
E:Cannot find any package by regex 'php7.0-mbstring'
这个问题已经被问到before了,但没有任何答案。
I have tried this link also.的
我做错了什么?谢谢你的好意
2条答案
按热度按时间l7wslrjt1#
版本17.04于2018年1月13日结束生命周期。您无法获取php-mbstring,因为zesty-security存储库的发布文件已不存在。
Ubuntu Forums thread on this subject
r3i60tvu2#
首先,安装mbstring
字符串
或者是
型
或者是
型
然后像这样手动复制mbstring.ini到你的php 7.0:
型
启用mbstring mod
型