Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. root@ServerC--Frrole2:/usr/tomcat/apache-tomcat-7.0.25# sudo apt-get install git
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. You might want to run 'apt-get -f install' to correct these:
  6. The following packages have unmet dependencies:
  7. git : Depends: liberror-perl but it is not going to be installed
  8. Depends: git-man (> 1:1.7.5.4) but it is not going to be installed
  9. Depends: git-man (< 1:1.7.5.4-.) but it is not going to be installed
  10. sun-java6-jre : Depends: sun-java6-bin (>= 6.26-2natty1) but it is not going to be installed or
  11. ia32-sun-java6-bin (>= 6.26-2natty1) but it is not going to be installed
  12. Recommends: gsfonts-x11 but it is not going to be installed
  13. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  14.  
  15. root@ServerC--Frrole2:/usr/tomcat/apache-tomcat-7.0.25# apt-get install git
  16. Reading package lists... Done
  17. Building dependency tree
  18. Reading state information... Done
  19. E: The package sun-java6-jre needs to be reinstalled, but I can't find an archive for it.
  20.  
  21. root@ServerC--Frrole2:/usr/tomcat/apache-tomcat-7.0.25# which java
  22. /usr/tomcat/jdk1.7.0_02/bin/java
  23.  
  24. deb http://ftp.ca.debian.org/debian/ jessie main contrib non-free
  25. deb-src http://ftp.ca.debian.org/debian/ jessie main contrib non-free
  26.  
  27. deb http://security.debian.org/ jessie/updates main contrib non-free
  28. deb-src http://security.debian.org/ jessie/updates main contrib non-free
  29.  
  30. deb http://ftp.ca.debian.org/debian/ jessie-updates main contrib non-free
  31. deb-src http://ftp.ca.debian.org/debian/ jessie-updates main contrib non-free
  32.  
  33. deb http://ftp.ca.debian.org/debian/ jessie-backports main contrib non-free
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement