php7.0-mbstringをインストールできません:
次のパッケージには満たされていない依存関係があります。破損したパッケージ。
ソース。リスト:
deb http://debian.man.ac.uk/debian/ stretch main deb-src http://debian.man.ac.uk/debian/ stretch main
deb http://security.debian.org/ stretch/updates main contrib deb-src http://security.debian.org/ stretch/updates main contrib
deb http://ftp.at.debian.org/debian/ stretch-updates main contrib non-free deb-src http://ftp.at.debian.org/debian/ stretch-updates main contrib non-free
deb http://download.webmin.com/download/repository sarge contrib
apt-cache policy
出力:
Package files:
100 /var/lib/dpkg/status
release a=now
500 http://download.webmin.com/download/repository sarge/contrib amd64 Packages
release v=3.1,o=Jamie Cameron,a=stable,n=sarge,l=Webmin,c=contrib,b=amd64
origin download.webmin.com
500 http://ftp.at.debian.org/debian stretch-updates/main amd64 Packages
release o=Debian,a=stable-updates,n=stretch-updates,l=Debian,c=main,b=amd64
origin ftp.at.debian.org
500 http://security.debian.org stretch/updates/contrib amd64 Packages
release v=9,o=Debian,a=stable,n=stretch,l=Debian-Security,c=contrib,b=amd64
origin security.debian.org
500 http://security.debian.org stretch/updates/main amd64 Packages
release v=9,o=Debian,a=stable,n=stretch,l=Debian-Security,c=main,b=amd64
origin security.debian.org
500 http://debian.man.ac.uk/debian stretch/main amd64 Packages
release v=9.3,o=Debian,a=stable,n=stretch,l=Debian,c=main,b=amd64
origin debian.man.ac.uk
apt-cache policy php7.0-common
出力:
Installed: 7.0.20-1~dotdeb+8.2
Candidate: 7.0.20-1~dotdeb+8.2
Version table:
*** 7.0.20-1~dotdeb+8.2 100
100 /var/lib/dpkg/status
7.0.19-1 500
500 http://debian.man.ac.uk/debian stretch/main amd64 Packages
ベストアンサー1
php7.0-common
リポジトリリストに既に不明な dotdeb バージョンがあり、これにより Debian 9 PHP パッケージをインストールできません。このパッケージとそれに依存するすべてのパッケージを削除し、php7.0-common
Debianリポジトリからインストールする必要があります。
sudo apt remove php7.0-common
sudo apt install php7.0-mbstring