私はDebian 9、バニラのインストールを実行しています。
私のハードウェアは、HP Z230-SFFワークステーション、Intel Core i7-4790、GPU Nvidia Quadro K620です。
通常、起動時に次のエラーが発生します: tpm: tpm0 a error(7)occurred try to read a pcr value全く知らない)。
私の問題はgitをインストールしようとしているときです。 Jessieでこれと同じ問題を抱えた投稿を見たことがありますが、そこに記載されている解決策のどれもストレッチ問題を解決できませんでした。同じ依存性エラーが発生します。
Synaptic GUIを実行してgitパッケージにタグを付けると、次のような結果が表示されます。
git:
Depends: liberror-perl but it is not installable
Depends: git-man but it is not going to be installed
Depends: git-man but it is not going to be installed
Recommends: patch but it is not installable
これは私のものですsources.list
:
deb http://ftp.us.debian.org/debian/ stretch main contrib non-free
deb-src http://ftp.us.debian.org/debian/ stretch main contrib non-free
deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free
# stretch-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ stretch-updates main contrib non-free
deb-src http://ftp.us.debian.org/debian/ stretch-updates main contrib non-free
ランニングapt-cache policy git
:
git: Installed: (none)
Candidate: 1:2.11.0-3+deb9u2
Version table :
*** 1:2.11.0-3+deb9u2 500
500 security.debian.org/debian-security stretch/updates/main amd64 Packages
ランニングls /var/lib/dpkg/ | grep status
:
status
status-old
ランニングapt-get update
:
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Ign:2 http://ftp.us.debian.org/debian stretch InRelease
Hit:3 http://security.debian.org/debian-security stretch/updates InRelease
Hit:4 http://ftp.us.debian.org/debian stretch-updates InRelease
Hit:5 http://dl.google.com/linux/chrome/deb stable Release
Hit:6 http://ftp.us.debian.org/debian stretch Release
Reading package lists... Done