Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. sudo apt-get clear "EXECUTED Successfuly"
  2.  
  3. $ sudo apt-get autoremove
  4. Reading package lists ... Done
  5. Shaft Construction dependencies
  6. Reading state information ... Done
  7. You can run "apt-get -f install 'to correct these problems.
  8. The following packages have unmet dependencies:
  9. apache2-mpm-prefork: Depends: apache2 (= 2.4.7-1ubuntu4.1) but it is not installed
  10. libapache2-mod-php5: Depends: apache2 (> = 2.4) but it is not installed
  11. E: missing dependencies. Try using the -f option.
  12.  
  13. sudo apt-get update "Also EXECUTED Successfuly"
  14.  
  15. $ sudo apt-get dist-upgrade
  16. Reading package lists ... Done
  17. Shaft Construction dependencies
  18. Reading state information ... Done
  19. You can run "apt-get -f install 'to correct these problems.
  20. The following packages have unmet dependencies:
  21. apache2-mpm-prefork: Depends: apache2 (= 2.4.7-1ubuntu4.1) but it is not installed
  22. libapache2-mod-php5: Depends: apache2 (> = 2.4) but it is not installed
  23. E: missing dependencies. Try using the -f option.
  24.  
  25. $ sudo apt-get -f install
  26. Reading package lists ... Done
  27. Shaft Construction dependencies
  28. Reading state information ... Done
  29. Correcting dependencies ... Done
  30. The following extra packages will be installed:
  31. apache2
  32. Suggested packages:
  33. apache2-doc apache2 apache2-suexec-pristine-suexec-custom apache2-utils
  34. The following NEW packages will be installed:
  35. apache2
  36. 0 upgraded, 1 newly installed, 0 to remove and 64 not upgraded.
  37. 6 fully installed or removed.
  38. It is necessary to 0 ° / 87.5 kB of archives.
  39. After this operation, 473 kB of additional disk space will be used.
  40. Would you like to continue? [Y / n] o
  41. (Reading database ... 281967 files and directories currently installed.)
  42. Preparation of unpacking ... / ... apache2_2.4.7-1ubuntu4.1_amd64.deb
  43. dpkg (subprocess): unable to execute new pre-installation script (/var/lib/dpkg/tmp.ci/preinst): No such file or folder of this type
  44. dpkg: error processing /var/cache/apt/archives/apache2_2.4.7-1ubuntu4.1_amd64.deb archive (--unpack)
  45. the new subprocess pre-installation script returned error exit status 2
  46. Errors were encountered while processing:
  47. /var/cache/apt/archives/apache2_2.4.7-1ubuntu4.1_amd64.deb
  48. E: Sub-process / usr / bin / dpkg returned an error code (1)
  49.  
  50. $ sudo dpkg --configure -a
  51. dpkg: dependency problems prevent configuration of apache2-mpm-prefork:
  52. apache2-mpm-prefork apache2 depends on (= 2.4.7-1ubuntu4.1) however:
  53. The apache2 package is not installed.
  54.  
  55. dpkg: error processing package apache2-mpm-prefork (--configure):
  56. dependency problems - leaving unconfigured
  57. Setting php5-common (5.5.9 + dfsg-1ubuntu4.5) ...
  58. /var/lib/dpkg/info/php5-common.postinst: 24: /var/lib/dpkg/info/php5-common.postinst: UCF: not found
  59. dpkg: error processing package php5-common (--configure):
  60. subprocess installed post-installation script returned error exit status 127
  61. dpkg: dependency problems prevent configuration php5-cli:
  62. php5-cli php5-common depends (= 5.5.9 + dfsg-1ubuntu4.5) however:
  63. Php5-common is not configured yet.
  64.  
  65. dpkg: error processing package php5-cli (--configure):
  66. dependency problems - leaving unconfigured
  67. dpkg: dependency problems prevent configuration of libapache2-mod-php5:
  68. libapache2-mod-php5 apache2 depends (> = 2.4); however:
  69. The apache2 package is not installed.
  70. libapache2-mod-php5 php5-common depends (= 5.5.9 + dfsg-1ubuntu4.5) however:
  71. Php5-common is not configured yet.
  72.  
  73. dpkg: error processing package libapache2-mod-php5 (--configure):
  74. dependency problems - leaving unconfigured
  75. dpkg: dependency problems prevent configuration of php5-readline:
  76. php5-readline depends phpapi-20121212; however:
  77. The phpapi-20121212 package is not installed.
  78. Php5-common package that provides phpapi-20121212 is not configured yet.
  79. php5-readline-common php5 depends on (= 5.5.9 + dfsg-1ubuntu4.5) however:
  80. Php5-common is not configured yet.
  81. php5-readline depends php5-cli (= 5.5.9 + dfsg-1ubuntu4.5) however:
  82. Php5-cli package is not configured yet.
  83.  
  84. dpkg: error processing package php5-readline (--configure):
  85. dependency problems - leaving unconfigured
  86. dpkg: dependency problems prevent configuration php5-mysql:
  87. php5-mysql depends phpapi-20121212; however:
  88. The phpapi-20121212 package is not installed.
  89. Php5-common package that provides phpapi-20121212 is not configured yet.
  90. php5-mysql php5-common depends (= 5.5.9 + dfsg-1ubuntu4.5) however:
  91. Php5-common is not configured yet.
  92.  
  93. dpkg: error processing php5-mysql package (--configure):
  94. dependency problems - leaving unconfigured
  95. Errors were encountered while processing:
  96. apache2-mpm-prefork
  97. php5-common
  98. php5-cli
  99. libapache2-mod-php5
  100. php5-readline
  101. php5-mysql
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement