GIT on Debian Stretch [closed]
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I am running Debian 9, vanilla install; and I am an absolute novice.
My hardware is HP Z230-SFF Workstation, Intel Core i7-4790, GPU Nvidia Quadro K620.
Normally on Boot I get the following error: tpm: tpm0 a error(7) occurred attempting to read a pcr value (I don't think this is related to my question here; but just mentioning it in case it was related in a way I am unaware of).
My problem is when trying to install git: I have seen posts related to this same problem on Jessie; however, none of the solutions mentioned there fixes the problem on stretch. I get the same dependencies error:
I run Synaptic GUI, and when I mark the package git, I get the following:
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
Here is my 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
Running 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
Running ls /var/lib/dpkg/ | grep status
:
status
status-old
Running 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
debian git
closed as off-topic by GAD3R, Rui F Ribeiro, G-Man, jimmij, maulinglawns Jan 14 at 17:37
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." â GAD3R, Rui F Ribeiro, jimmij
 |Â
show 8 more comments
up vote
1
down vote
favorite
I am running Debian 9, vanilla install; and I am an absolute novice.
My hardware is HP Z230-SFF Workstation, Intel Core i7-4790, GPU Nvidia Quadro K620.
Normally on Boot I get the following error: tpm: tpm0 a error(7) occurred attempting to read a pcr value (I don't think this is related to my question here; but just mentioning it in case it was related in a way I am unaware of).
My problem is when trying to install git: I have seen posts related to this same problem on Jessie; however, none of the solutions mentioned there fixes the problem on stretch. I get the same dependencies error:
I run Synaptic GUI, and when I mark the package git, I get the following:
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
Here is my 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
Running 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
Running ls /var/lib/dpkg/ | grep status
:
status
status-old
Running 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
debian git
closed as off-topic by GAD3R, Rui F Ribeiro, G-Man, jimmij, maulinglawns Jan 14 at 17:37
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." â GAD3R, Rui F Ribeiro, jimmij
3
runapt-get update
first
â Rui F Ribeiro
Jan 13 at 14:06
3
Please put here the sources.list in text; copy&paste and not an image. Also add the name of packages you installed out of Debian repositories.
â Rui F Ribeiro
Jan 13 at 14:08
2
For what it's worth, I have never had any problems whatsoever installing/usinggit
on neither Jessie or Stretch.
â maulinglawns
Jan 13 at 15:44
1
root@debian:/home/asabbah# ls /var/lib/dpkg/ | grep status status status-old
â asabbah
Jan 14 at 8:53
1
Please stop posting your updates here in the comments, and instead put them in the question where they are easy for everyone to read.
â roaima
Jan 14 at 13:23
 |Â
show 8 more comments
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am running Debian 9, vanilla install; and I am an absolute novice.
My hardware is HP Z230-SFF Workstation, Intel Core i7-4790, GPU Nvidia Quadro K620.
Normally on Boot I get the following error: tpm: tpm0 a error(7) occurred attempting to read a pcr value (I don't think this is related to my question here; but just mentioning it in case it was related in a way I am unaware of).
My problem is when trying to install git: I have seen posts related to this same problem on Jessie; however, none of the solutions mentioned there fixes the problem on stretch. I get the same dependencies error:
I run Synaptic GUI, and when I mark the package git, I get the following:
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
Here is my 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
Running 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
Running ls /var/lib/dpkg/ | grep status
:
status
status-old
Running 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
debian git
I am running Debian 9, vanilla install; and I am an absolute novice.
My hardware is HP Z230-SFF Workstation, Intel Core i7-4790, GPU Nvidia Quadro K620.
Normally on Boot I get the following error: tpm: tpm0 a error(7) occurred attempting to read a pcr value (I don't think this is related to my question here; but just mentioning it in case it was related in a way I am unaware of).
My problem is when trying to install git: I have seen posts related to this same problem on Jessie; however, none of the solutions mentioned there fixes the problem on stretch. I get the same dependencies error:
I run Synaptic GUI, and when I mark the package git, I get the following:
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
Here is my 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
Running 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
Running ls /var/lib/dpkg/ | grep status
:
status
status-old
Running 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
debian git
edited Jan 16 at 9:38
asked Jan 13 at 14:05
asabbah
113
113
closed as off-topic by GAD3R, Rui F Ribeiro, G-Man, jimmij, maulinglawns Jan 14 at 17:37
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." â GAD3R, Rui F Ribeiro, jimmij
closed as off-topic by GAD3R, Rui F Ribeiro, G-Man, jimmij, maulinglawns Jan 14 at 17:37
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions describing a problem that can't be reproduced and seemingly went away on its own (or went away when a typo was fixed) are off-topic as they are unlikely to help future readers." â GAD3R, Rui F Ribeiro, jimmij
3
runapt-get update
first
â Rui F Ribeiro
Jan 13 at 14:06
3
Please put here the sources.list in text; copy&paste and not an image. Also add the name of packages you installed out of Debian repositories.
â Rui F Ribeiro
Jan 13 at 14:08
2
For what it's worth, I have never had any problems whatsoever installing/usinggit
on neither Jessie or Stretch.
â maulinglawns
Jan 13 at 15:44
1
root@debian:/home/asabbah# ls /var/lib/dpkg/ | grep status status status-old
â asabbah
Jan 14 at 8:53
1
Please stop posting your updates here in the comments, and instead put them in the question where they are easy for everyone to read.
â roaima
Jan 14 at 13:23
 |Â
show 8 more comments
3
runapt-get update
first
â Rui F Ribeiro
Jan 13 at 14:06
3
Please put here the sources.list in text; copy&paste and not an image. Also add the name of packages you installed out of Debian repositories.
â Rui F Ribeiro
Jan 13 at 14:08
2
For what it's worth, I have never had any problems whatsoever installing/usinggit
on neither Jessie or Stretch.
â maulinglawns
Jan 13 at 15:44
1
root@debian:/home/asabbah# ls /var/lib/dpkg/ | grep status status status-old
â asabbah
Jan 14 at 8:53
1
Please stop posting your updates here in the comments, and instead put them in the question where they are easy for everyone to read.
â roaima
Jan 14 at 13:23
3
3
run
apt-get update
firstâ Rui F Ribeiro
Jan 13 at 14:06
run
apt-get update
firstâ Rui F Ribeiro
Jan 13 at 14:06
3
3
Please put here the sources.list in text; copy&paste and not an image. Also add the name of packages you installed out of Debian repositories.
â Rui F Ribeiro
Jan 13 at 14:08
Please put here the sources.list in text; copy&paste and not an image. Also add the name of packages you installed out of Debian repositories.
â Rui F Ribeiro
Jan 13 at 14:08
2
2
For what it's worth, I have never had any problems whatsoever installing/using
git
on neither Jessie or Stretch.â maulinglawns
Jan 13 at 15:44
For what it's worth, I have never had any problems whatsoever installing/using
git
on neither Jessie or Stretch.â maulinglawns
Jan 13 at 15:44
1
1
root@debian:/home/asabbah# ls /var/lib/dpkg/ | grep status status status-old
â asabbah
Jan 14 at 8:53
root@debian:/home/asabbah# ls /var/lib/dpkg/ | grep status status status-old
â asabbah
Jan 14 at 8:53
1
1
Please stop posting your updates here in the comments, and instead put them in the question where they are easy for everyone to read.
â roaima
Jan 14 at 13:23
Please stop posting your updates here in the comments, and instead put them in the question where they are easy for everyone to read.
â roaima
Jan 14 at 13:23
 |Â
show 8 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
3
run
apt-get update
firstâ Rui F Ribeiro
Jan 13 at 14:06
3
Please put here the sources.list in text; copy&paste and not an image. Also add the name of packages you installed out of Debian repositories.
â Rui F Ribeiro
Jan 13 at 14:08
2
For what it's worth, I have never had any problems whatsoever installing/using
git
on neither Jessie or Stretch.â maulinglawns
Jan 13 at 15:44
1
root@debian:/home/asabbah# ls /var/lib/dpkg/ | grep status status status-old
â asabbah
Jan 14 at 8:53
1
Please stop posting your updates here in the comments, and instead put them in the question where they are easy for everyone to read.
â roaima
Jan 14 at 13:23