GIT on Debian Stretch [closed]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite
1












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






share|improve this question














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
If this question can be reworded to fit the rules in the help center, please edit the question.








  • 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














up vote
1
down vote

favorite
1












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






share|improve this question














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
If this question can be reworded to fit the rules in the help center, please edit the question.








  • 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












up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





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






share|improve this question














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








share|improve this question













share|improve this question




share|improve this question








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
If this question can be reworded to fit the rules in the help center, please edit the question.




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
If this question can be reworded to fit the rules in the help center, please edit the question.







  • 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












  • 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







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















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay